commit | 3a3076f4d6e2fa31338a0b007df42a3b32f079e0 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Fri Apr 23 12:17:17 2010 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 23 10:39:48 2010 -0700 |
tree | 58bb9ec51a2e99baf7b28cebd0c9d3df2fc1c7a7 | |
parent | 1918ad77f7f908ed67cf37c505c6ad4ac52f1ecf [diff] |
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 <josef@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>