Skip to content

Commit

Permalink
Remove incorrect BKL comments in ext4
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Andi Kleen authored and Theodore Ts'o committed Feb 25, 2008
1 parent bfa274e commit 642be6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fs/ext4/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const struct file_operations ext4_dir_operations = {
#ifdef CONFIG_COMPAT
.compat_ioctl = ext4_compat_ioctl,
#endif
.fsync = ext4_sync_file, /* BKL held */
.fsync = ext4_sync_file,
.release = ext4_release_dir,
};

Expand Down
1 change: 0 additions & 1 deletion fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ static int ext4_splice_branch(handle_t *handle, 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.
Expand Down

0 comments on commit 642be6e

Please sign in to comment.