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)
commit48e49187753ec3b4fa84a7165c9b7a59f3875b56
tree7f20c20f2b4e653ba49d0b6639039e47607a409c
parent29884df0d89c1df0dec3449405bc41569bb44800
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