diff options
author | Weston Andros Adamson <dros@primarydata.com> | 2014-08-08 11:00:55 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-08-22 18:04:43 -0400 |
commit | bfd484a5606d6a0379a0a2f04251b1e5c1f8995c (patch) | |
tree | 1f6499d6a822195a74cb8ed7f284013654293cbf /block | |
parent | bc8a309e88a86205fc3e17f06e42a2e56fc6f807 (diff) | |
download | linux-bfd484a5606d6a0379a0a2f04251b1e5c1f8995c.tar.bz2 |
nfs: use blocking page_group_lock in add_request
__nfs_pageio_add_request was calling nfs_page_group_lock nonblocking, but
this can return -EAGAIN which would end up passing -EIO to the application.
There is no reason not to block in this path, so change the two calls to
do so. Also, there is no need to check the return value of
nfs_page_group_lock when nonblock=false, so remove the error handling code.
Signed-off-by: Weston Andros Adamson <dros@primarydata.com>
Reviewed-by: Peng Tao <tao.peng@primarydata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions