Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2397256d authored by Richard Weinberger's avatar Richard Weinberger Committed by Theodore Ts'o
Browse files

ext4: Remove kernel_lock annotations



The BKL is gone, these annotations are useless.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent eb513689
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3101,8 +3101,6 @@ static void ext4_destroy_lazyinit_thread(void)
}

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);
	struct buffer_head *bh;