From: tappro Date: Sat, 25 Jun 2005 08:15:32 +0000 (+0000) Subject: - pevious commit was incomplete. X-Git-Tag: 1.4.10~977 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fc112a185a724b5c29941e3b15a514037b73a299;p=fs%2Flustre-release.git - pevious commit was incomplete. --- diff --git a/lustre/smfs/dir.c b/lustre/smfs/dir.c index 6314a23..a73f7b2 100644 --- a/lustre/smfs/dir.c +++ b/lustre/smfs/dir.c @@ -618,6 +618,7 @@ static int smfs_rmdir(struct inode *dir, struct dentry *dentry) smfs_trans_commit(dir, handle, 0); exit: + dput(cache_dentry); post_smfs_dentry(cache_dentry); post_smfs_dentry(cache_parent); RETURN(rc);