ext4: sparse fixes
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sat, 22 Nov 2008 20:04:59 +0000 (15:04 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 22 Nov 2008 20:04:59 +0000 (15:04 -0500)
commit3a06d778dfeda7eaeeb79bfa49cf97f2aae132b4
tree08c813063950404356c9c64678eed72f21f217b9
parent1a0d3786dd57dbd74f340322054c3d618b999dcf
ext4: sparse fixes

* Change EXT4_HAS_*_FEATURE to return a boolean
* Add a function prototype for ext4_fiemap() in ext4.h
* Make ext4_ext_fiemap_cb() and ext4_xattr_fiemap() be static functions
* Add lock annotations to mb_free_blocks()

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/file.c
fs/ext4/inode.c
fs/ext4/mballoc.c
fs/ext4/super.c