Home
last modified time | relevance | path

Searched hist:bb184f33 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Drpc_pipe.cbb184f33 Sat Dec 03 14:20:10 CST 2005 Trond Myklebust <Trond.Myklebust@netapp.com> 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>
bb184f33 Sat Dec 03 14:20:10 CST 2005 Trond Myklebust <Trond.Myklebust@netapp.com> 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>