diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2018-10-11 23:11:09 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2018-10-23 19:24:33 +0300 |
commit | 95cd623250adce2269e71cfeaf1d487cf4b0d088 (patch) | |
tree | b37ee08f9ed1d56df5f57a17ede97e36dda36f8b /net/sunrpc/auth_null.c | |
parent | 86bbd7422ae6a33735df6846fd685e46686da714 (diff) | |
download | linux-95cd623250adce2269e71cfeaf1d487cf4b0d088.tar.xz |
SUNRPC: Clean up the AUTH cache code
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'net/sunrpc/auth_null.c')
-rw-r--r-- | net/sunrpc/auth_null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_null.c b/net/sunrpc/auth_null.c index 4b48228ee8c7..a7c00b4959f3 100644 --- a/net/sunrpc/auth_null.c +++ b/net/sunrpc/auth_null.c @@ -138,6 +138,6 @@ struct rpc_cred null_cred = { .cr_lru = LIST_HEAD_INIT(null_cred.cr_lru), .cr_auth = &null_auth, .cr_ops = &null_credops, - .cr_count = ATOMIC_INIT(1), + .cr_count = ATOMIC_INIT(2), .cr_flags = 1UL << RPCAUTH_CRED_UPTODATE, }; |