]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd625996dc4efed3ac864b2c8350adc4b761c4da9
tree26b2343b7c941a4fa148f85df844557153971cd9
parent4bd990e3c6080fcb74e40c1463ed350a9f6565d3
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