]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 19 Dec 2005 22:11:22 +0000 (17:11 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 20 Dec 2005 04:12:21 +0000 (23:12 -0500)
commitc59b5e5106241528bfa316774ff5c0b8d2261a68
tree7f20c20f2b4e653ba49d0b6639039e47607a409c
parente749d59a0f67a12ecb5de4aade462ea9e2114cfc
SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions

 gss_create_upcall() should not error just because rpc.gssd closed the
 pipe on its end. Instead, it should requeue the pending requests and then
 retry.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/rpc_pipe.c