commit | 642be6ec218b956fbae88304449720f76ba0d578 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Feb 25 17:20:46 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 25 17:20:46 2008 -0500 |
tree | ac72e5bcddf63a6e3b9fbdaaa84cd993a64c1094 | |
parent | bfa274e2436fc7ef72ef51c878083647f1cfd429 [diff] [blame] |
Remove incorrect BKL comments in ext4 Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c index 33888bb..2c23bad 100644 --- a/fs/ext4/dir.c +++ b/fs/ext4/dir.c
@@ -46,7 +46,7 @@ #ifdef CONFIG_COMPAT .compat_ioctl = ext4_compat_ioctl, #endif - .fsync = ext4_sync_file, /* BKL held */ + .fsync = ext4_sync_file, .release = ext4_release_dir, };