aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@fys.uio.no>2005-01-04 21:34:21 +0100
committerTrond Myklebust <trond.myklebust@fys.uio.no>2005-01-04 21:34:21 +0100
commitccc62d908fb62b66b93d72a3c305ad7016d30de1 (patch)
tree864b9c6a67b294c660a6450acd758eb0004cb149 /fs
parent72e57cd56f04c04406c44e7f09ca383af1b21294 (diff)
downloadhistory-ccc62d908fb62b66b93d72a3c305ad7016d30de1.tar.gz
RPC: Convert rpciod into a work queue for greater flexibility.
Signed-off-by: Trond Myklebust <trond.myklebust@fys.uio.no>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/unlink.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/unlink.c b/fs/nfs/unlink.c
index f92eeea330ff6e..2b0a0cc642aa23 100644
--- a/fs/nfs/unlink.c
+++ b/fs/nfs/unlink.c
@@ -215,7 +215,6 @@ nfs_complete_unlink(struct dentry *dentry)
spin_lock(&dentry->d_lock);
dentry->d_flags &= ~DCACHE_NFSFS_RENAMED;
spin_unlock(&dentry->d_lock);
- if (data->task.tk_rpcwait == &nfs_delete_queue)
- rpc_wake_up_task(&data->task);
+ rpc_wake_up_task(&data->task);
nfs_put_unlinkdata(data);
}