aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sunrpc/auth.h3
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
47struct auth_cred { 47struct 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/*