diff -NurpP --minimal linux-2.6.26.3-vs2.3.0.35.1/net/sunrpc/auth.c linux-2.6.26.3-vs2.3.0.35.2/net/sunrpc/auth.c --- linux-2.6.26.3-vs2.3.0.35.1/net/sunrpc/auth.c 2008-07-16 22:41:36.000000000 -0400 +++ linux-2.6.26.3-vs2.3.0.35.2/net/sunrpc/auth.c 2008-08-27 05:39:11.000000000 -0400 @@ -355,7 +355,6 @@ rpcauth_lookupcred(struct rpc_auth *auth .uid = current->fsuid, .gid = current->fsgid, .tag = dx_current_tag(), - .tag = dx_current_tag(), .group_info = current->group_info, }; struct rpc_cred *ret; @@ -401,6 +400,7 @@ rpcauth_bind_root_cred(struct rpc_task * struct auth_cred acred = { .uid = 0, .gid = 0, + .tag = dx_current_tag(), }; struct rpc_cred *ret;