Commit 5e261246 authored by Al Viro's avatar Al Viro

logfs: no need to lock directory in lseek

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 51a16a9c
......@@ -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,
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment