From: Darrick J. Wong Date: Wed, 28 Aug 2013 19:59:51 +0000 (-0400) Subject: ext4: fix type declaration of ext4_validate_block_bitmap X-Git-Tag: v3.12-rc1~148^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbde0abed8c6e9e938c2194675ce63f5769b0d37;p=pandora-kernel.git ext4: fix type declaration of ext4_validate_block_bitmap The block_group parameter to ext4_validate_block_bitmap is both used as a ext4_group_t inside the function and the same type is passed in by all callers. We might as well use the typedef consistently instead of open-coding the 'unsigned int'. Signed-off-by: Darrick J. Wong Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed