projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f9f7b
)
BKL-removal: remove incorrect BKL comment in ext2
author
Andi Kleen
<ak@suse.de>
Wed, 6 Feb 2008 09:40:11 +0000
(
01:40
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:20 +0000
(10:41 -0800)
No BKL used anywhere, so don't mention it.
Signed-off-by: Andi Kleen <ak@suse.de>
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>
fs/ext2/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext2/inode.c
b/fs/ext2/inode.c
index b1ab32ab5a779381b1b46d29c61bd5fe2eddac44..7a1fcc9fde92d80aac441bd2bec3bf89b3b9ec16 100644
(file)
--- a/
fs/ext2/inode.c
+++ b/
fs/ext2/inode.c
@@
-569,7
+569,6
@@
static void ext2_splice_branch(struct inode *inode,
*
* `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.