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:
parent
dce34ce298
commit
edc05fc1c2
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue