diff options
author | Alexandros Batsakis <batsakis@netapp.com> | 2009-12-05 13:33:25 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-12-05 13:33:25 -0500 |
commit | 7b183d0d432ab3525ae29511a5348ead3e790620 (patch) | |
tree | a4964a75e67f58fa3e8806f2e4881edca9460b35 /fs/nfs/nfs4proc.c | |
parent | 4882ef72cd9a5c006087ca94a228323018eac29f (diff) |
nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_id
Signed-off-by: Alexandros Batsakis <batsakis@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index e07f6c7f5b97..dfd1ea99e2d6 100644 --- 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) | |||
4349 | dprintk("--> %s\n", __func__); | 4349 | dprintk("--> %s\n", __func__); |
4350 | BUG_ON(clp == NULL); | 4350 | BUG_ON(clp == NULL); |
4351 | 4351 | ||
4352 | /* Remove server-only flags */ | ||
4353 | args.flags &= ~EXCHGID4_FLAG_CONFIRMED_R; | ||
4354 | |||
4352 | p = (u32 *)verifier.data; | 4355 | p = (u32 *)verifier.data; |
4353 | *p++ = htonl((u32)clp->cl_boot_time.tv_sec); | 4356 | *p++ = htonl((u32)clp->cl_boot_time.tv_sec); |
4354 | *p = htonl((u32)clp->cl_boot_time.tv_nsec); | 4357 | *p = htonl((u32)clp->cl_boot_time.tv_nsec); |