Skip to content

Commit

Permalink
nfs: fix comment to nfs_generic_pg_test which does the opposite
Browse files Browse the repository at this point in the history
Please see comment to filelayout_pg_test for reference.

To: Trond Myklebust <[email protected]>
Cc: Anna Schumaker <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Pavel Tikhomirov <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
  • Loading branch information
Snorch authored and amschuma-ntap committed Dec 19, 2018
1 parent 069d5bf commit ac0aa5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/pagelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ EXPORT_SYMBOL_GPL(nfs_wait_on_request);
* @prev: previous request in desc, or NULL
* @req: this request
*
* Returns zero if @req can be coalesced into @desc, otherwise it returns
* Returns zero if @req cannot be coalesced into @desc, otherwise it returns
* the size of the request.
*/
size_t nfs_generic_pg_test(struct nfs_pageio_descriptor *desc,
Expand Down

0 comments on commit ac0aa5e

Please sign in to comment.