direct-io: eliminate the offset argument to ->direct_IO
[deliverable/linux.git] / fs / cifs / file.c
index c03d0744648b6412a0f30222fee249784d6b4c6a..cb070aa88e5725375880ee59700194d1654d5759 100644 (file)
@@ -3854,7 +3854,7 @@ void cifs_oplock_break(struct work_struct *work)
  * Direct IO is not yet supported in the cached mode. 
  */
 static ssize_t
-cifs_direct_io(struct kiocb *iocb, struct iov_iter *iter, loff_t pos)
+cifs_direct_io(struct kiocb *iocb, struct iov_iter *iter)
 {
         /*
          * FIXME
This page took 0.052582 seconds and 5 git commands to generate.