diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-05-29 19:05:03 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-05-29 19:05:03 -0400 |
commit | 90090ae645f6affba0d4c8413749df96dde0a526 (patch) | |
tree | 96d2931a05639f94ad64e581a329bda2ff989302 | |
parent | 93c76a3d437ff71fabe1d190a9f00e92cec7a621 (diff) |
missed comment updates from ->direct_IO() prototype change
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | fs/9p/vfs_addr.c | 1 | ||||
-rw-r--r-- | fs/nfs/direct.c | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/fs/9p/vfs_addr.c b/fs/9p/vfs_addr.c index c37fb9c08970..6181ad79e1a5 100644 --- a/fs/9p/vfs_addr.c +++ b/fs/9p/vfs_addr.c | |||
@@ -231,7 +231,6 @@ static int v9fs_launder_page(struct page *page) | |||
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 | * @iocb: target I/O control block | 233 | * @iocb: target I/O control block |
234 | * @pos: offset in file to begin the operation | ||
235 | * | 234 | * |
236 | * The presence of v9fs_direct_IO() in the address space ops vector | 235 | * The presence of v9fs_direct_IO() in the address space ops vector |
237 | * allowes open() O_DIRECT flags which would have failed otherwise. | 236 | * allowes open() O_DIRECT flags which would have failed otherwise. |
diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c index 979b3c4dee6a..f0cbe028570f 100644 --- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c | |||
@@ -244,9 +244,7 @@ static int nfs_direct_cmp_commit_data_verf(struct nfs_direct_req *dreq, | |||
244 | /** | 244 | /** |
245 | * nfs_direct_IO - NFS address space operation for direct I/O | 245 | * nfs_direct_IO - NFS address space operation for direct I/O |
246 | * @iocb: target I/O control block | 246 | * @iocb: target I/O control block |
247 | * @iov: array of vectors that define I/O buffer | 247 | * @iter: I/O buffer |
248 | * @pos: offset in file to begin the operation | ||
249 | * @nr_segs: size of iovec array | ||
250 | * | 248 | * |
251 | * The presence of this routine in the address space ops vector means | 249 | * The presence of this routine in the address space ops vector means |
252 | * the NFS client supports direct I/O. However, for most direct IO, we | 250 | * the NFS client supports direct I/O. However, for most direct IO, we |