summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2008-02-25 23:20:46 +0100
committerTheodore Ts'o <tytso@mit.edu>2008-02-25 23:20:46 +0100
commit642be6ec218b956fbae88304449720f76ba0d578 (patch)
treeac72e5bcddf63a6e3b9fbdaaa84cd993a64c1094 /fs/ext4/inode.c
parentLinux 2.6.25-rc3 (diff)
downloadlinux-642be6ec218b956fbae88304449720f76ba0d578.tar.xz
linux-642be6ec218b956fbae88304449720f76ba0d578.zip
Remove incorrect BKL comments in ext4
Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 7dd9b50d5ebc..d3c6f58a9def 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -768,7 +768,6 @@ err_out:
*
* `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.