From: Jan Kara Date: Tue, 5 Feb 2013 13:08:57 +0000 (+0100) Subject: udf: Make s_block_bitmap standard array X-Git-Tag: v3.9-rc1~65^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60305b578674eefe333198c7476dba2178a9082;p=pandora-kernel.git 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 --- Reading git-diff-tree failed