diff --git a/[refs] b/[refs] index 7a96b0257c38..4d4970d067a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0a0c28c1a7109d7955815074c52cac079ab3ba5 +refs/heads/master: 8532159f5521ba24e697f0d25970ae89ff62a1f2 diff --git a/trunk/fs/9p/vfs_dir.c b/trunk/fs/9p/vfs_dir.c index ae6d032b9b59..cd5eeb032d64 100644 --- a/trunk/fs/9p/vfs_dir.c +++ b/trunk/fs/9p/vfs_dir.c @@ -202,7 +202,6 @@ int v9fs_dir_release(struct inode *inode, struct file *filp) filp->private_data = NULL; } - d_drop(filp->f_dentry); return 0; }