* [PATCH 1/3] ext4: Remove kernel_lock annotations
@ 2011-11-07 8:22 Richard Weinberger
2011-11-07 15:53 ` Ted Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Richard Weinberger @ 2011-11-07 8:22 UTC (permalink / raw)
To: linux-ext4; +Cc: linux-kernel, tytso, adilger.kernel, Richard Weinberger
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(-)
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;
--
1.7.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/3] ext4: Remove kernel_lock annotations
2011-11-07 8:22 [PATCH 1/3] ext4: Remove kernel_lock annotations Richard Weinberger
@ 2011-11-07 15:53 ` Ted Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Ted Ts'o @ 2011-11-07 15:53 UTC (permalink / raw)
To: Richard Weinberger; +Cc: linux-ext4, linux-kernel, adilger.kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-07 15:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 8:22 [PATCH 1/3] ext4: Remove kernel_lock annotations Richard Weinberger
2011-11-07 15:53 ` Ted Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).