diff options
| author | NeilBrown <neilb@suse.com> | 2018-12-02 19:30:30 -0500 |
|---|---|---|
| committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2018-12-19 13:52:45 -0500 |
| commit | fc0664fd9bccafb00bd2dfe0d5218147994f81ee (patch) | |
| tree | 6e7ac6a488fa60ae7a4f877610d595982ceb9434 /include | |
| parent | 97f68c6b02e0225b38d327103c59cfe2ab5ecda7 (diff) | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sunrpc/auth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h index 1f95bd612053..30eb9b9b9c8c 100644 --- a/include/linux/sunrpc/auth.h +++ b/include/linux/sunrpc/auth.h | |||
| @@ -49,7 +49,6 @@ struct auth_cred { | |||
| 49 | const struct cred *cred; | 49 | const struct cred *cred; |
| 50 | kuid_t uid; | 50 | kuid_t uid; |
| 51 | kgid_t gid; | 51 | kgid_t gid; |
| 52 | struct group_info *group_info; | ||
| 53 | const char *principal; | 52 | const char *principal; |
| 54 | unsigned long ac_flags; | 53 | unsigned long ac_flags; |
| 55 | unsigned char machine_cred : 1; | 54 | unsigned char machine_cred : 1; |
