projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4882ef7
)
nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_id
author
Alexandros Batsakis
<batsakis@netapp.com>
Sat, 5 Dec 2009 18:33:25 +0000
(13:33 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sat, 5 Dec 2009 18:33:25 +0000
(13:33 -0500)
Signed-off-by: Alexandros Batsakis <batsakis@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs4proc.c
b/fs/nfs/nfs4proc.c
index e07f6c7f5b97036be48856b66a74af9a703974fd..dfd1ea99e2d63384b3201fc7763f1ca81d4f8cd1 100644
(file)
--- a/
fs/nfs/nfs4proc.c
+++ b/
fs/nfs/nfs4proc.c
@@
-4349,6
+4349,9
@@
int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
dprintk("--> %s\n", __func__);
BUG_ON(clp == NULL);
+ /* Remove server-only flags */
+ args.flags &= ~EXCHGID4_FLAG_CONFIRMED_R;
+
p = (u32 *)verifier.data;
*p++ = htonl((u32)clp->cl_boot_time.tv_sec);
*p = htonl((u32)clp->cl_boot_time.tv_nsec);