]> git.baikalelectronics.ru Git - kernel.git/commit
pNFS/flexfiles: Turn off soft RPC calls
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 16 Aug 2019 00:18:48 +0000 (20:18 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 26 Aug 2019 19:31:29 +0000 (15:31 -0400)
commit8e8d41cee8f0aefab95a686cdb68be5993bb0a52
treefdfc70ed5d1174adf149d080c12a11b17e052315
parent3129135f6f64515daf7533777cbdac99fef2e2ab
pNFS/flexfiles: Turn off soft RPC calls

The pNFS/flexfiles I/O requests are sent with the SOFTCONN flag set, so
they automatically time out if the connection breaks. It should
therefore not be necessary to have the soft flag set in addition.

Fixes: d084a3c84c72 ("nfs41: create NFSv3 DS connection if specified")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/pnfs_nfs.c