Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

logfs: no need to lock directory in lseek



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 51a16a9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};