ext4: Remove kernel_lock annotations
The BKL is gone, these annotations are useless. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
committed by
Theodore Ts'o
parent
eb513689c9
commit
2397256d62
@@ -3101,8 +3101,6 @@ static void ext4_destroy_lazyinit_thread(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int ext4_fill_super(struct super_block *sb, void *data, int silent)
|
static int ext4_fill_super(struct super_block *sb, void *data, int silent)
|
||||||
__releases(kernel_lock)
|
|
||||||
__acquires(kernel_lock)
|
|
||||||
{
|
{
|
||||||
char *orig_data = kstrdup(data, GFP_KERNEL);
|
char *orig_data = kstrdup(data, GFP_KERNEL);
|
||||||
struct buffer_head *bh;
|
struct buffer_head *bh;
|
||||||
|
Reference in New Issue
Block a user