diff options
author | Richard Weinberger <richard@nod.at> | 2011-11-07 10:50:09 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-11-07 10:50:09 -0500 |
commit | 2397256d6218e7bf5147a3b01dcc6aec20fd3916 (patch) | |
tree | b8f25e74a37f72ee670e5a2c96129e4fd0b49d0f | |
parent | eb513689c97e3e73bb9b4459d490a8e894b4a546 (diff) | |
download | linux-stable-2397256d6218e7bf5147a3b01dcc6aec20fd3916.tar.gz linux-stable-2397256d6218e7bf5147a3b01dcc6aec20fd3916.tar.bz2 linux-stable-2397256d6218e7bf5147a3b01dcc6aec20fd3916.zip |
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>
-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) } 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; |