direct_IO: remove rw from a_ops->direct_IO()
[deliverable/linux.git] / fs / reiserfs / inode.c
index d61ab13244a86a64d2474a3a7fb2c832cc05727f..742242b60972671c50926f9a0dd0db48c4e7aeca 100644 (file)
@@ -3278,8 +3278,8 @@ static int reiserfs_releasepage(struct page *page, gfp_t unused_gfp_flags)
  * We thank Mingming Cao for helping us understand in great detail what
  * to do in this section of the code.
  */
-static ssize_t reiserfs_direct_IO(int rw, struct kiocb *iocb,
-                                 struct iov_iter *iter, loff_t offset)
+static ssize_t reiserfs_direct_IO(struct kiocb *iocb, struct iov_iter *iter,
+                                 loff_t offset)
 {
        struct file *file = iocb->ki_filp;
        struct inode *inode = file->f_mapping->host;
This page took 0.036398 seconds and 5 git commands to generate.