diff options
Diffstat (limited to 'fs/fuse/file.c')
-rw-r--r-- | fs/fuse/file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fuse/file.c b/fs/fuse/file.c index c1a67da6a8a0..3d355e946991 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c | |||
@@ -2782,8 +2782,7 @@ static inline loff_t fuse_round_up(loff_t off) | |||
2782 | } | 2782 | } |
2783 | 2783 | ||
2784 | static ssize_t | 2784 | static ssize_t |
2785 | fuse_direct_IO(int rw, struct kiocb *iocb, struct iov_iter *iter, | 2785 | fuse_direct_IO(struct kiocb *iocb, struct iov_iter *iter, loff_t offset) |
2786 | loff_t offset) | ||
2787 | { | 2786 | { |
2788 | DECLARE_COMPLETION_ONSTACK(wait); | 2787 | DECLARE_COMPLETION_ONSTACK(wait); |
2789 | ssize_t ret = 0; | 2788 | ssize_t ret = 0; |