linux/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
auth.c
auth_null.c
auth_unix.c
cache.c
clnt.c
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
stats.c
sunrpc_syms.c
svc.c
svcauth.c
svcauth_unix.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
xprt.c
xprtsock.c