idmap: get uid/gid for each upcall
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
cd1251758d
commit
a320a1b17e
2 changed files with 50 additions and 6 deletions
|
|
@ -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() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue