Skip to content

Commit

Permalink
logfs: no need to lock directory in lseek
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed May 9, 2016
1 parent 51a16a9 commit 5e26124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/logfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,5 +793,5 @@ const struct file_operations logfs_dir_fops = {
.unlocked_ioctl = logfs_ioctl,
.iterate_shared = logfs_readdir,
.read = generic_read_dir,
.llseek = default_llseek,
.llseek = generic_file_llseek,
};

0 comments on commit 5e26124

Please sign in to comment.