kernel_optimize_test/fs/udf
Jan Kara c60305b578 udf: Make s_block_bitmap standard array
struct udf_bitmap has array of buffer pointers attached to it. The code
unnecessarily used s_block_bitmap as a pointer to the array instead of
the standard trick of using 0 length array in the declaration. Change
that to make code more readable and actually shrink the structure by one
pointer.

Signed-off-by: Jan Kara <jack@suse.cz>
2013-02-05 17:29:52 +01:00
..
balloc.c
dir.c
directory.c
ecma_167.h
file.c UDF: Add support for O_DIRECT 2012-09-06 16:20:39 +02:00
ialloc.c
inode.c udf: add extent cache support in case of file reading 2013-01-22 10:48:31 +01:00
Kconfig
lowlevel.c
Makefile
misc.c
namei.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 2012-07-24 17:40:44 -07:00
osta_udf.h
partition.c
super.c udf: Make s_block_bitmap standard array 2013-02-05 17:29:52 +01:00
symlink.c
truncate.c
udf_i.h udf: add extent cache support in case of file reading 2013-01-22 10:48:31 +01:00
udf_sb.h udf: Make s_block_bitmap standard array 2013-02-05 17:29:52 +01:00
udfdecl.h udf: add extent cache support in case of file reading 2013-01-22 10:48:31 +01:00
udfend.h
udftime.c
unicode.c