mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08:00
Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"
This reverts commitc6eb58435b
. If a transport is down, then we want to fail over to other transports if they are listed in the GETDEVICEINFO reply. Fixes:c6eb58435b
("pNFS: nfs3_set_ds_client should set NFS_CS_NOPING") Cc: stable@vger.kernel.org # 5.11.x Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
parent
4b8dbdfbc5
commit
9597152d98
@ -108,7 +108,6 @@ struct nfs_client *nfs3_set_ds_client(struct nfs_server *mds_srv,
|
||||
if (mds_srv->flags & NFS_MOUNT_NORESVPORT)
|
||||
__set_bit(NFS_CS_NORESVPORT, &cl_init.init_flags);
|
||||
|
||||
__set_bit(NFS_CS_NOPING, &cl_init.init_flags);
|
||||
__set_bit(NFS_CS_DS, &cl_init.init_flags);
|
||||
|
||||
/* Use the MDS nfs_client cl_ipaddr. */
|
||||
|
Loading…
Reference in New Issue
Block a user