Skip to content

Commit

Permalink
ext4: Remove kernel_lock annotations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Weinberger authored and Theodore Ts'o committed Nov 7, 2011
1 parent eb51368 commit 2397256
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2397256

Please sign in to comment.