From: Alexandros Batsakis Date: Sat, 5 Dec 2009 18:33:25 +0000 (-0500) Subject: nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_id X-Git-Tag: v2.6.33-rc1~287^2^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7b183d0d432ab3525ae29511a5348ead3e790620;p=karo-tx-linux.git nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_id Signed-off-by: Alexandros Batsakis Signed-off-by: Trond Myklebust --- 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) 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);