udf: Make s_block_bitmap standard array
authorJan Kara <jack@suse.cz>
Tue, 5 Feb 2013 13:08:57 +0000 (14:08 +0100)
committerJan Kara <jack@suse.cz>
Tue, 5 Feb 2013 16:29:52 +0000 (17:29 +0100)
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>
fs/udf/super.c
fs/udf/udf_sb.h

diff --cc fs/udf/super.c
Simple merge
diff --cc fs/udf/udf_sb.h
Simple merge