aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/pagelist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c
index 68f6bf122006..8d2642f24b8f 100644
--- a/fs/nfs/pagelist.c
+++ b/fs/nfs/pagelist.c
@@ -429,7 +429,8 @@ int nfs_scan_list(struct nfs_inode *nfsi,
429 goto out; 429 goto out;
430 } 430 }
431 } 431 }
432 432 /* for latency reduction */
433 cond_resched_lock(&nfsi->req_lock);
433 } 434 }
434out: 435out:
435 return res; 436 return res;