From: Josef Bacik Date: Fri, 23 Apr 2010 16:17:17 +0000 (-0400) Subject: Cleanup generic block based fiemap X-Git-Tag: v2.6.34-rc6~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a3076f4d6e2fa31338a0b007df42a3b32f079e0;p=pandora-kernel.git Cleanup generic block based fiemap This cleans up a few of the complaints of __generic_block_fiemap. I've fixed all the typing stuff, used inline functions instead of macros, gotten rid of a couple of variables, and made sure the size and block requests are all block aligned. It also fixes a problem where sometimes FIEMAP_EXTENT_LAST wasn't being set properly. Signed-off-by: Josef Bacik Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed