diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2008-07-11 19:27:31 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-07-11 19:27:31 -0400 |
commit | 7477827f6686ce29b6216d9eb26f6b9027742dcc (patch) | |
tree | 43bb05000b155120382066298c3d66a8422852f9 /fs/ext4/super.c | |
parent | d9c769b769a8bcd70371c71797fc4e407b37ba75 (diff) |
ext4: Fix sparse warning
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 6c80f37433ef..80f06159ee99 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1858,8 +1858,8 @@ static unsigned long ext4_get_stripe_size(struct ext4_sb_info *sbi) | |||
1858 | } | 1858 | } |
1859 | 1859 | ||
1860 | static int ext4_fill_super (struct super_block *sb, void *data, int silent) | 1860 | static int ext4_fill_super (struct super_block *sb, void *data, int silent) |
1861 | __releases(kernel_sem) | 1861 | __releases(kernel_lock) |
1862 | __acquires(kernel_sem) | 1862 | __acquires(kernel_lock) |
1863 | 1863 | ||
1864 | { | 1864 | { |
1865 | struct buffer_head * bh; | 1865 | struct buffer_head * bh; |