diff options
author | Andi Kleen <ak@suse.de> | 2008-02-06 04:40:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:20 -0500 |
commit | e86e14385d8473a71809ff5c2be4b06867af4b5e (patch) | |
tree | cfc3886f967e8a7721797477b5d6eff7e41bff5b /fs | |
parent | d71cadd6bc9834710c0b045e3abedd0c56ff1c37 (diff) |
BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2
None of the callers of this function does actually take the BKL as far as I
can see. So remove the comment refering to the BKL.
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: <linux-ext4@vger.kernel.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/jbd/recovery.c | 2 | ||||
-rw-r--r-- | fs/jbd2/recovery.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/jbd/recovery.c b/fs/jbd/recovery.c index c5d9694b6a2f..2b8edf4d6eaa 100644 --- a/fs/jbd/recovery.c +++ b/fs/jbd/recovery.c | |||
@@ -354,7 +354,7 @@ static int do_one_pass(journal_t *journal, | |||
354 | struct buffer_head * obh; | 354 | struct buffer_head * obh; |
355 | struct buffer_head * nbh; | 355 | struct buffer_head * nbh; |
356 | 356 | ||
357 | cond_resched(); /* We're under lock_kernel() */ | 357 | cond_resched(); |
358 | 358 | ||
359 | /* If we already know where to stop the log traversal, | 359 | /* If we already know where to stop the log traversal, |
360 | * check right now that we haven't gone past the end of | 360 | * check right now that we haven't gone past the end of |
diff --git a/fs/jbd2/recovery.c b/fs/jbd2/recovery.c index 921680663fa2..d36356f7d222 100644 --- a/fs/jbd2/recovery.c +++ b/fs/jbd2/recovery.c | |||
@@ -397,7 +397,7 @@ static int do_one_pass(journal_t *journal, | |||
397 | struct buffer_head * obh; | 397 | struct buffer_head * obh; |
398 | struct buffer_head * nbh; | 398 | struct buffer_head * nbh; |
399 | 399 | ||
400 | cond_resched(); /* We're under lock_kernel() */ | 400 | cond_resched(); |
401 | 401 | ||
402 | /* If we already know where to stop the log traversal, | 402 | /* If we already know where to stop the log traversal, |
403 | * check right now that we haven't gone past the end of | 403 | * check right now that we haven't gone past the end of |