From: Andi Kleen <ak@suse.de>
To: linux-ext4@vger.kernel.org
Subject: [PATCH] [2/7] Remove incorrect BKL comment in ext2
Date: Mon, 28 Jan 2008 11:16:11 +0100 (CET) [thread overview]
Message-ID: <20080128101611.78442152DF@wotan.suse.de> (raw)
In-Reply-To: <200801281116.315497000@suse.de>
No BKL used anywhere, so don't mention it.
Signed-off-by: Andi Kleen <ak@suse.de>
---
fs/ext2/inode.c | 1 -
1 file changed, 1 deletion(-)
Index: linux/fs/ext2/inode.c
===================================================================
--- linux.orig/fs/ext2/inode.c
+++ linux/fs/ext2/inode.c
@@ -569,7 +569,6 @@ static void ext2_splice_branch(struct in
*
* `handle' can be NULL if create == 0.
*
- * The BKL may not be held on entry here. Be sure to take it early.
* return > 0, # of blocks mapped or allocated.
* return = 0, if plain lookup failed.
* return < 0, error case.
next prev parent reply other threads:[~2008-01-28 10:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-28 10:16 [PATCH] [0/7] Drop BKL in ext[234] ioctls Andi Kleen
2008-01-28 10:16 ` [PATCH] [1/7] Convert ext2 over to use unlocked_ioctl Andi Kleen
2008-01-28 10:16 ` Andi Kleen [this message]
2008-01-28 10:16 ` [PATCH] [3/7] Convert ext3 to use unlocked_ioctl v2 Andi Kleen
2008-01-28 10:16 ` [PATCH] [4/7] ext3: Remove incorrect BKL comment Andi Kleen
2008-01-28 10:16 ` [PATCH] [5/7] Remove incorrect comment refering to lock_kernel() from jbd/jbd2 Andi Kleen
2008-01-28 10:16 ` [PATCH] [6/7] Convert ext4 to use unlocked_ioctl v2 Andi Kleen
2008-01-28 10:16 ` [PATCH] [7/7] Remove incorrect BKL comments in ext4 Andi Kleen
2008-01-30 6:30 ` [PATCH] [0/7] Drop BKL in ext[234] ioctls Theodore Tso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080128101611.78442152DF@wotan.suse.de \
--to=ak@suse.de \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).