diff options
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 0435013dbd46..3858767ec672 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -3101,8 +3101,6 @@ static void ext4_destroy_lazyinit_thread(void) | |||
3101 | } | 3101 | } |
3102 | 3102 | ||
3103 | static int ext4_fill_super(struct super_block *sb, void *data, int silent) | 3103 | static int ext4_fill_super(struct super_block *sb, void *data, int silent) |
3104 | __releases(kernel_lock) | ||
3105 | __acquires(kernel_lock) | ||
3106 | { | 3104 | { |
3107 | char *orig_data = kstrdup(data, GFP_KERNEL); | 3105 | char *orig_data = kstrdup(data, GFP_KERNEL); |
3108 | struct buffer_head *bh; | 3106 | struct buffer_head *bh; |