aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/vfs_addr.c')
-rw-r--r--fs/9p/vfs_addr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/9p/vfs_addr.c b/fs/9p/vfs_addr.c
index dd5543b1d183..be35d05a4d0e 100644
--- a/fs/9p/vfs_addr.c
+++ b/fs/9p/vfs_addr.c
@@ -230,7 +230,6 @@ static int v9fs_launder_page(struct page *page)
230 230
231/** 231/**
232 * v9fs_direct_IO - 9P address space operation for direct I/O 232 * v9fs_direct_IO - 9P address space operation for direct I/O
233 * @rw: direction (read or write)
234 * @iocb: target I/O control block 233 * @iocb: target I/O control block
235 * @iov: array of vectors that define I/O buffer 234 * @iov: array of vectors that define I/O buffer
236 * @pos: offset in file to begin the operation 235 * @pos: offset in file to begin the operation
@@ -248,7 +247,7 @@ static int v9fs_launder_page(struct page *page)
248 * 247 *
249 */ 248 */
250static ssize_t 249static ssize_t
251v9fs_direct_IO(int rw, struct kiocb *iocb, struct iov_iter *iter, loff_t pos) 250v9fs_direct_IO(struct kiocb *iocb, struct iov_iter *iter, loff_t pos)
252{ 251{
253 struct file *file = iocb->ki_filp; 252 struct file *file = iocb->ki_filp;
254 ssize_t n; 253 ssize_t n;