linux-kernel-test/fs/udf
Marcin Slusarz 6c79e987d6 udf: remove some ugly macros
remove macros:
- UDF_SB_PARTMAPS
- UDF_SB_PARTTYPE
- UDF_SB_PARTROOT
- UDF_SB_PARTLEN
- UDF_SB_PARTVSN
- UDF_SB_PARTNUM
- UDF_SB_TYPESPAR
- UDF_SB_TYPEVIRT
- UDF_SB_PARTFUNC
- UDF_SB_PARTFLAGS
- UDF_SB_VOLIDENT
- UDF_SB_NUMPARTS
- UDF_SB_PARTITION
- UDF_SB_SESSION
- UDF_SB_ANCHOR
- UDF_SB_LASTBLOCK
- UDF_SB_LVIDBH
- UDF_SB_LVID
- UDF_SB_UMASK
- UDF_SB_GID
- UDF_SB_UID
- UDF_SB_RECORDTIME
- UDF_SB_SERIALNUM
- UDF_SB_UDFREV
- UDF_SB_FLAGS
- UDF_SB_VAT
- UDF_UPDATE_UDFREV
- UDF_SB_FREE
and open code them

convert UDF_SB_LVIDIU macro to udf_sb_lvidiu function

rename some struct udf_sb_info fields:
- s_volident to s_volume_ident
- s_lastblock to s_last_block
- s_lvidbh to s_lvid_bh
- s_recordtime to s_record_time
- s_serialnum to s_serial_number;
- s_vat to s_vat_inode;

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Ben Fennema <bfennema@falcon.csc.calpoly.edu>
Cc: Jan Kara <jack@suse.cz>
Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-08 09:22:34 -08:00
..
balloc.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
crc.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
dir.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
directory.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
ecma_167.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
file.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
fsync.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
ialloc.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
inode.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
lowlevel.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
misc.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
namei.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
osta_udf.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
partition.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
super.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
symlink.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
truncate.c udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
udf_i.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udf_sb.h udf: remove some ugly macros 2008-02-08 09:22:34 -08:00
udfdecl.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udfend.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udftime.c UDF: coding style fixups 2007-10-17 08:42:58 -07:00
unicode.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00