diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2008-01-28 23:58:27 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-01-28 23:58:27 -0500 |
commit | 1d03ec984ca41ba184822d1101babb3fa3e26c77 (patch) | |
tree | 6265c324e4c381d4324c69e1692fe6e6dc44cbbc /include/linux/ext4_fs.h | |
parent | 99e6f829a854daa6d56006cad51156e98863e73a (diff) |
ext4: Fix sparse warnings.
Fix sparse warnings related to static functions
and local variables.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'include/linux/ext4_fs.h')
-rw-r--r-- | include/linux/ext4_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ext4_fs.h b/include/linux/ext4_fs.h index 429dbfc851ea..1a27433b159a 100644 --- a/include/linux/ext4_fs.h +++ b/include/linux/ext4_fs.h | |||
@@ -893,6 +893,8 @@ extern ext4_fsblk_t ext4_new_block (handle_t *handle, struct inode *inode, | |||
893 | ext4_fsblk_t goal, int *errp); | 893 | ext4_fsblk_t goal, int *errp); |
894 | extern ext4_fsblk_t ext4_new_blocks (handle_t *handle, struct inode *inode, | 894 | extern ext4_fsblk_t ext4_new_blocks (handle_t *handle, struct inode *inode, |
895 | ext4_fsblk_t goal, unsigned long *count, int *errp); | 895 | ext4_fsblk_t goal, unsigned long *count, int *errp); |
896 | extern ext4_fsblk_t ext4_new_blocks_old(handle_t *handle, struct inode *inode, | ||
897 | ext4_fsblk_t goal, unsigned long *count, int *errp); | ||
896 | extern void ext4_free_blocks (handle_t *handle, struct inode *inode, | 898 | extern void ext4_free_blocks (handle_t *handle, struct inode *inode, |
897 | ext4_fsblk_t block, unsigned long count); | 899 | ext4_fsblk_t block, unsigned long count); |
898 | extern void ext4_free_blocks_sb (handle_t *handle, struct super_block *sb, | 900 | extern void ext4_free_blocks_sb (handle_t *handle, struct super_block *sb, |