NFS: reduce latency by using conditional rescheduling in nfs_scan_list
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
@@ -429,7 +429,8 @@ int nfs_scan_list(struct nfs_inode *nfsi,
|
||||
goto out;
|
||||
}
|
||||
}
|
||||
|
||||
/* for latency reduction */
|
||||
cond_resched_lock(&nfsi->req_lock);
|
||||
}
|
||||
out:
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user