Skip to content

Commit

Permalink
nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchang…
Browse files Browse the repository at this point in the history
…e_id

Signed-off-by: Alexandros Batsakis <batsakis@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Alexandros Batsakis authored and Trond Myklebust committed Dec 5, 2009
1 parent 4882ef7 commit 7b183d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7b183d0

Please sign in to comment.