]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
nfsd4: re-probe callback on connection loss
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 18 Nov 2010 13:34:12 +0000 (08:34 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 11 Jan 2011 20:04:10 +0000 (15:04 -0500)
This makes sure we set the sequence flag when necessary.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c

index 15bd1cc77de749e879d62bb9e7553bbbf93f6f9b..b24f19d4187a7d7808fb41bfac1d8a3b742d254d 100644 (file)
@@ -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)