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:
Mark Fasheh
2017-08-14 19:57:13 -07:00
committed by Zach Brown
parent 07bbc418c3
commit d1ae486d83
+1
View File
@@ -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,
};