direct_IO: remove rw from a_ops->direct_IO()
[deliverable/linux.git] / fs / fuse / file.c
index c1a67da6a8a093de62fcf5b81f8c407914078d34..3d355e946991460b1c305d7f5982a54659ebb1f3 100644 (file)
@@ -2782,8 +2782,7 @@ static inline loff_t fuse_round_up(loff_t off)
 }
 
 static ssize_t
-fuse_direct_IO(int rw, struct kiocb *iocb, struct iov_iter *iter,
-                       loff_t offset)
+fuse_direct_IO(struct kiocb *iocb, struct iov_iter *iter, loff_t offset)
 {
        DECLARE_COMPLETION_ONSTACK(wait);
        ssize_t ret = 0;
This page took 0.025581 seconds and 5 git commands to generate.