mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
logfs: no need to lock directory in lseek
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
51a16a9cd5
commit
5e261246ce
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user