diff options
author | David S. Miller <davem@davemloft.net> | 2019-01-21 17:41:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-01-21 17:41:32 -0500 |
commit | fa7f3a8d56b38a3ed1880a3780afba82387da277 (patch) | |
tree | a4628ee966f21963e5e97a6d1a227a3e8138183e /net/sunrpc/auth.c | |
parent | 28f9d1a3d4fecdb2352d3984ddeec88146385885 (diff) | |
parent | 49a57857aeea06ca831043acbb0fa5e0f50602fd (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Completely minor snmp doc conflict.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sunrpc/auth.c')
-rw-r--r-- | net/sunrpc/auth.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c index 1ff9768f5456..f3023bbc0b7f 100644 --- a/net/sunrpc/auth.c +++ b/net/sunrpc/auth.c | |||
@@ -41,6 +41,9 @@ static unsigned long number_cred_unused; | |||
41 | 41 | ||
42 | static struct cred machine_cred = { | 42 | static struct cred machine_cred = { |
43 | .usage = ATOMIC_INIT(1), | 43 | .usage = ATOMIC_INIT(1), |
44 | #ifdef CONFIG_DEBUG_CREDENTIALS | ||
45 | .magic = CRED_MAGIC, | ||
46 | #endif | ||
44 | }; | 47 | }; |
45 | 48 | ||
46 | /* | 49 | /* |