OSDN Git Service

SUNRPC: Fix unx_lookup_cred() allocation
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 21 Mar 2022 21:46:30 +0000 (17:46 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 22 Mar 2022 19:52:55 +0000 (15:52 -0400)
commit059ee82b6462028ebace435bc94f5b082be0632a
treed1ece660dfb10d9e96dfc811d9a1d134552de4dd
parent910ad38697d95bd32f45ba70fd6952f6c2956f28
SUNRPC: Fix unx_lookup_cred() allocation

Default to the same mempool allocation strategy as for rpc_malloc().

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/auth_unix.c