Remove rw from {,__,do_}blockdev_direct_IO()
[deliverable/linux.git] / fs / jfs / inode.c
index 3197aed106148d8b0839b80405ecad125c14e7aa..c20f7883543fb425af430f29d91d7a9d5850e726 100644 (file)
@@ -339,7 +339,7 @@ static ssize_t jfs_direct_IO(int rw, struct kiocb *iocb,
        size_t count = iov_iter_count(iter);
        ssize_t ret;
 
-       ret = blockdev_direct_IO(rw, iocb, inode, iter, offset, jfs_get_block);
+       ret = blockdev_direct_IO(iocb, inode, iter, offset, jfs_get_block);
 
        /*
         * In case of error extending write may have instantiated a few
This page took 0.028396 seconds and 5 git commands to generate.