浏览代码

Revert "RPC: stops the release_pipe() funtion from being called twice"

This reverts 747c5534c9a6da4aa87e7cdc2209ea98ea27f381 commit.
Trond Myklebust 19 年之前
父节点
当前提交
6fa05b1736
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      net/sunrpc/rpc_pipe.c

+ 0 - 2
net/sunrpc/rpc_pipe.c

@@ -177,8 +177,6 @@ rpc_pipe_release(struct inode *inode, struct file *filp)
 		__rpc_purge_upcall(inode, -EPIPE);
 	if (rpci->ops->release_pipe)
 		rpci->ops->release_pipe(inode);
-	if (!rpci->nreaders && !rpci->nwriters)
-		rpci->ops = NULL;
 out:
 	up(&inode->i_sem);
 	return 0;