ext4: Remove kernel_lock annotations
authorRichard Weinberger <richard@nod.at>
Mon, 7 Nov 2011 15:50:09 +0000 (10:50 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 7 Nov 2011 15:50:09 +0000 (10:50 -0500)
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>
fs/ext4/super.c

index 0435013..3858767 100644 (file)
@@ -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;