diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 3 |
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 | ||
1646 | static int ext4_fill_super (struct super_block *sb, void *data, int silent) | 1646 | static 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; |