kernel-ark/net/sunrpc
Trond Myklebust bb184f3356 SUNRPC: Fix Oopsable condition in rpc_pipefs
The elements on rpci->in_upcall are tracked by the filp->private_data,
 which will ensure that they get released when the file is closed.

 The exception is if rpc_close_pipes() gets called first, since that
 sets rpci->ops to NULL.

 Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2005-12-03 15:20:10 -05:00
..
auth_gss [NET]: kfree cleanup 2005-11-08 09:41:34 -08:00
auth_null.c
auth_unix.c
auth.c
cache.c
clnt.c [PATCH] SUNRPC: don't reencode when looping in call transmit. 2005-11-09 19:31:33 -08:00
Makefile
pmap_clnt.c
rpc_pipe.c SUNRPC: Fix Oopsable condition in rpc_pipefs 2005-12-03 15:20:10 -05:00
sched.c
socklib.c [NET]: Detect hardware rx checksum faults correctly 2005-11-10 13:01:24 -08:00
stats.c
sunrpc_syms.c
svc.c [NET]: kfree cleanup 2005-11-08 09:41:34 -08:00
svcauth_unix.c
svcauth.c
svcsock.c [PATCH] knfsd: make sure nfsd doesn't hog a cpu forever 2005-11-15 08:59:19 -08:00
sysctl.c
timer.c
xdr.c [NET]: kfree cleanup 2005-11-08 09:41:34 -08:00
xprt.c
xprtsock.c