doing mount with non-fake uid gid

This commit is contained in:
Olga Kornievskaia 2010-11-08 11:59:28 -05:00 committed by unknown
parent a25a5221d9
commit 24c28df19d
4 changed files with 18 additions and 2 deletions

View file

@ -182,6 +182,8 @@ typedef struct __nfs41_root {
uint32_t wsize;
uint32_t rsize;
LONG ref_count;
uint32_t uid;
uint32_t gid;
} nfs41_root;
@ -348,6 +350,8 @@ int nfs41_rpc_clnt_create(
IN uint32_t wsize,
IN uint32_t rsize,
IN bool_t needcb,
IN uint32_t uid,
IN uint32_t gid,
OUT nfs41_rpc_clnt **rpc_out);
void nfs41_rpc_clnt_free(