Loading fs/fuse/file.c +2 −3 Original line number Diff line number Diff line Loading @@ -2177,7 +2177,7 @@ fuse_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, return ret; } long fuse_file_fallocate(struct file *file, int mode, loff_t offset, static long fuse_file_fallocate(struct file *file, int mode, loff_t offset, loff_t length) { struct fuse_file *ff = file->private_data; Loading Loading @@ -2213,7 +2213,6 @@ long fuse_file_fallocate(struct file *file, int mode, loff_t offset, return err; } EXPORT_SYMBOL_GPL(fuse_file_fallocate); static const struct file_operations fuse_file_operations = { .llseek = fuse_file_llseek, Loading Loading
fs/fuse/file.c +2 −3 Original line number Diff line number Diff line Loading @@ -2177,7 +2177,7 @@ fuse_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, return ret; } long fuse_file_fallocate(struct file *file, int mode, loff_t offset, static long fuse_file_fallocate(struct file *file, int mode, loff_t offset, loff_t length) { struct fuse_file *ff = file->private_data; Loading Loading @@ -2213,7 +2213,6 @@ long fuse_file_fallocate(struct file *file, int mode, loff_t offset, return err; } EXPORT_SYMBOL_GPL(fuse_file_fallocate); static const struct file_operations fuse_file_operations = { .llseek = fuse_file_llseek, Loading