mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-06 08:06:56 +00:00
scoutfs: provide ->llseek
Without this we return -ESPIPE when a process tries to seek on a regular file. Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
@@ -1258,6 +1258,7 @@ const struct file_operations scoutfs_file_fops = {
|
||||
.aio_write = generic_file_aio_write,
|
||||
.unlocked_ioctl = scoutfs_ioctl,
|
||||
.fsync = scoutfs_file_fsync,
|
||||
.llseek = generic_file_llseek,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user