SUNRPC: remove groupinfo from struct auth_cred.
We can use cred->groupinfo (from the 'struct cred') instead. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
parent
97f68c6b02
commit
fc0664fd9b
5 changed files with 14 additions and 31 deletions
|
|
@ -49,7 +49,6 @@ struct auth_cred {
|
|||
const struct cred *cred;
|
||||
kuid_t uid;
|
||||
kgid_t gid;
|
||||
struct group_info *group_info;
|
||||
const char *principal;
|
||||
unsigned long ac_flags;
|
||||
unsigned char machine_cred : 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue