X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fsunrpc%2Fclnt.h;h=917ec29d789b982e626948cc066ef3918d22f613;hb=5e3b93f248c98873cc843e83092bb8da92ac85a2;hp=62f97051cbe95cc98ec71d59a7cef309caadf2d0;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 62f97051c..917ec29d7 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h @@ -53,8 +53,7 @@ struct rpc_clnt { cl_autobind : 1,/* use getport() */ cl_droppriv : 1,/* enable NFS suid hack */ cl_oneshot : 1,/* dispose after use */ - cl_dead : 1,/* abandoned */ - cl_tagxid : 1;/* do xid tagging */ + cl_dead : 1;/* abandoned */ struct rpc_rtt * cl_rtt; /* RTO estimator data */ struct rpc_portmap * cl_pmap; /* port mapping */