summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-02-05 13:08:57 (GMT)
committerJan Kara <jack@suse.cz>2013-02-05 16:29:52 (GMT)
commitc60305b578674eefe333198c7476dba2178a9082 (patch)
tree18cfda5512da015ff9d3b912f369f8987c941462 /block
parent89b1f39eb4189de745fae554b0d614d87c8d5c63 (diff)
downloadlinux-c60305b578674eefe333198c7476dba2178a9082.tar.xz
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>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions