aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/unlink.c')
-rw-r--r--fs/nfs/unlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/unlink.c b/fs/nfs/unlink.c
index ecc29534777..83d0ce2600a 100644
--- a/fs/nfs/unlink.c
+++ b/fs/nfs/unlink.c
@@ -241,6 +241,7 @@ nfs_async_unlink(struct inode *dir, struct dentry *dentry)
241 status = PTR_ERR(data->cred); 241 status = PTR_ERR(data->cred);
242 goto out_free; 242 goto out_free;
243 } 243 }
244 data->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
244 245
245 status = -EBUSY; 246 status = -EBUSY;
246 spin_lock(&dentry->d_lock); 247 spin_lock(&dentry->d_lock);