pass iov_iter to ->direct_IO()
[deliverable/linux.git] / fs / udf / file.c
index d2c170f8b035a4b21ef6eac2274e74b137346d56..ade8864016580261c6c47dfb9bd2037c0f0df368 100644 (file)
@@ -119,8 +119,8 @@ static int udf_adinicb_write_end(struct file *file,
 }
 
 static ssize_t udf_adinicb_direct_IO(int rw, struct kiocb *iocb,
-                                    const struct iovec *iov,
-                                    loff_t offset, unsigned long nr_segs)
+                                    struct iov_iter *iter,
+                                    loff_t offset)
 {
        /* Fallback to buffered I/O. */
        return 0;
This page took 0.042946 seconds and 5 git commands to generate.