diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2011-10-25 12:17:43 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-10-31 11:52:47 -0400 |
commit | c02f557dd0a026d7147da3b6f7daf52c6ff5580f (patch) | |
tree | 3aca1c945e5978bd1321eadc4d091f9d907d53bb /fs/nfs/pagelist.c | |
parent | d743c3c9c236cc61403a4f7d6283d59ddf68b2bd (diff) |
NFS: Fix documenting comment for nfs_create_request()
Clean up: the first parameter of nfs_create_request() has been
incorrectly documented since time immemorial (OK, since before
2.6.12).
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/pagelist.c')
-rw-r--r-- | fs/nfs/pagelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index b60970cc7f1f..0a5ff5c19511 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c | |||
@@ -41,7 +41,7 @@ nfs_page_free(struct nfs_page *p) | |||
41 | 41 | ||
42 | /** | 42 | /** |
43 | * nfs_create_request - Create an NFS read/write request. | 43 | * nfs_create_request - Create an NFS read/write request. |
44 | * @file: file descriptor to use | 44 | * @ctx: open context to use |
45 | * @inode: inode to which the request is attached | 45 | * @inode: inode to which the request is attached |
46 | * @page: page to write | 46 | * @page: page to write |
47 | * @offset: starting offset within the page for the write | 47 | * @offset: starting offset within the page for the write |