diff mbox

[1/3] ext4: Remove kernel_lock annotations

Message ID 1320654148-4394-1-git-send-email-richard@nod.at
State Accepted, archived
Headers show

Commit Message

Richard Weinberger Nov. 7, 2011, 8:22 a.m. UTC
The BKL is gone, these annotations are useless.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 fs/ext4/super.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

Ted Ts'o Nov. 7, 2011, 3:53 p.m. UTC | #1
On Mon, Nov 07, 2011 at 09:22:28AM +0100, Richard Weinberger wrote:
> The BKL is gone, these annotations are useless.
> 
> Signed-off-by: Richard Weinberger <richard@nod.at>

Thanks, applied to the ext4 tree.

				- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 9953d80..92d99e4 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3099,8 +3099,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;