aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2008-01-28 23:58:27 -0500
committerTheodore Ts'o <tytso@mit.edu>2008-01-28 23:58:27 -0500
commit1d03ec984ca41ba184822d1101babb3fa3e26c77 (patch)
tree6265c324e4c381d4324c69e1692fe6e6dc44cbbc /fs/ext4/super.c
parent99e6f829a854daa6d56006cad51156e98863e73a (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 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 4d7f33f79552..7be27dbe76bf 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -1644,6 +1644,9 @@ static ext4_fsblk_t descriptor_loc(struct super_block *sb,
1644 1644
1645 1645
1646static int ext4_fill_super (struct super_block *sb, void *data, int silent) 1646static int ext4_fill_super (struct super_block *sb, void *data, int silent)
1647 __releases(kernel_sem)
1648 __acquires(kernel_sem)
1649
1647{ 1650{
1648 struct buffer_head * bh; 1651 struct buffer_head * bh;
1649 struct ext4_super_block *es = NULL; 1652 struct ext4_super_block *es = NULL;