Skip to content
Commit c60305b5 authored by Jan Kara's avatar Jan Kara
Browse files

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: default avatarJan Kara <jack@suse.cz>
parent 89b1f39e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment