Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eea49806 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: re-probe callback on connection loss



This makes sure we set the sequence flag when necessary.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 0d7bb719
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -642,7 +642,7 @@ static void nfsd4_conn_lost(struct svc_xpt_user *u)
		free_conn(c);
	}
	spin_unlock(&clp->cl_lock);
	/* XXX: mark callback for update, probe callback */
	nfsd4_probe_callback(clp);
}

static struct nfsd4_conn *alloc_conn(struct svc_rqst *rqstp, u32 flags)