RPC: stops the release_pipe() funtion from being called twice
authorSteve Dickson <steved@redhat.com>
Wed, 19 Oct 2005 06:19:40 +0000 (23:19 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Oct 2005 06:19:40 +0000 (23:19 -0700)
commit747c5534c9a6da4aa87e7cdc2209ea98ea27f381
tree26b2343b7c941a4fa148f85df844557153971cd9
parent7f709a48fa798cfa0f2f777c8752e12995054f78
RPC: stops the release_pipe() funtion from being called twice

 This patch stops the release_pipe() funtion from being called
 twice by invalidating the ops pointer in the rpc_inode
 when rpc_pipe_release() is called.

Signed-off-by: Steve Dickson <steved@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpc_pipe.c