Loading fs/nfs/nfs4state.c +2 −0 Original line number Diff line number Diff line Loading @@ -1107,6 +1107,8 @@ static int nfs4_reclaim_lease(struct nfs_client *clp) nfs4_clear_machine_cred(clp); status = -EAGAIN; } if (status == -NFS4ERR_MINOR_VERS_MISMATCH) status = -EPROTONOSUPPORT; } return status; } Loading Loading
fs/nfs/nfs4state.c +2 −0 Original line number Diff line number Diff line Loading @@ -1107,6 +1107,8 @@ static int nfs4_reclaim_lease(struct nfs_client *clp) nfs4_clear_machine_cred(clp); status = -EAGAIN; } if (status == -NFS4ERR_MINOR_VERS_MISMATCH) status = -EPROTONOSUPPORT; } return status; } Loading