aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pagelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/pagelist.c')
-rw-r--r--fs/nfs/pagelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c
index 528128545d66..094537ddd344 100644
--- a/fs/nfs/pagelist.c
+++ b/fs/nfs/pagelist.c
@@ -342,8 +342,8 @@ static void nfs_pageio_doio(struct nfs_pageio_descriptor *desc)
342 * Returns true if the request 'req' was successfully coalesced into the 342 * Returns true if the request 'req' was successfully coalesced into the
343 * existing list of pages 'desc'. 343 * existing list of pages 'desc'.
344 */ 344 */
345static int nfs_pageio_add_request(struct nfs_pageio_descriptor *desc, 345int nfs_pageio_add_request(struct nfs_pageio_descriptor *desc,
346 struct nfs_page *req) 346 struct nfs_page *req)
347{ 347{
348 while (!nfs_pageio_do_add_request(desc, req)) { 348 while (!nfs_pageio_do_add_request(desc, req)) {
349 nfs_pageio_doio(desc); 349 nfs_pageio_doio(desc);