]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Use GFP_NOFS when allocating credentials
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 10 Jun 2008 22:31:01 +0000 (18:31 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:08:48 +0000 (12:08 -0400)
commit1313d3fc46189d51f521b6a17374e6bec655014d
treec858b2a08251c2f5792cf83582697dcd9909b7d8
parent8e6e81f57cee8c3dac59290fefd4751a3c2e90ae
SUNRPC: Use GFP_NOFS when allocating credentials

Since the credentials may be allocated during the call to rpc_new_task(),
which again may be called by a memory allocator...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/auth_gss/gss_krb5_mech.c
net/sunrpc/auth_gss/gss_spkm3_mech.c
net/sunrpc/auth_gss/gss_spkm3_token.c
net/sunrpc/auth_unix.c