projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7bb71
)
nfsd4: re-probe callback on connection loss
author
J. Bruce Fields
<bfields@redhat.com>
Thu, 18 Nov 2010 13:34:12 +0000
(08:34 -0500)
committer
J. 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/nfs4state.c
b/fs/nfsd/nfs4state.c
index 15bd1cc77de749e879d62bb9e7553bbbf93f6f9b..b24f19d4187a7d7808fb41bfac1d8a3b742d254d 100644
(file)
--- a/
fs/nfsd/nfs4state.c
+++ b/
fs/nfsd/nfs4state.c
@@
-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)