idmap: get uid/gid for each upcall

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2010-11-05 12:22:13 -04:00 committed by unknown
parent cd1251758d
commit a320a1b17e
2 changed files with 50 additions and 6 deletions

View file

@ -177,6 +177,9 @@ typedef struct __nfs41_upcall {
uint32_t last_error;
upcall_args args;
uid_t uid;
gid_t gid;
/* store referenced pointers with the upcall for
* automatic dereferencing on upcall_cleanup();
* see upcall_root_ref() and upcall_open_state_ref() */