diff options
Diffstat (limited to 'include/linux/sunrpc/auth.h')
| -rw-r--r-- | include/linux/sunrpc/auth.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h index 831ea65bd9f4..1c0468f39479 100644 --- a/include/linux/sunrpc/auth.h +++ b/include/linux/sunrpc/auth.h | |||
| @@ -46,9 +46,8 @@ enum { | |||
| 46 | 46 | ||
| 47 | struct auth_cred { | 47 | struct auth_cred { |
| 48 | const struct cred *cred; | 48 | const struct cred *cred; |
| 49 | const char *principal; | 49 | const char *principal; /* If present, this is a machine credential */ |
| 50 | unsigned long ac_flags; | 50 | unsigned long ac_flags; |
| 51 | unsigned char machine_cred : 1; | ||
| 52 | }; | 51 | }; |
| 53 | 52 | ||
| 54 | /* | 53 | /* |
