From fc112a185a724b5c29941e3b15a514037b73a299 Mon Sep 17 00:00:00 2001 From: tappro Date: Sat, 25 Jun 2005 08:15:32 +0000 Subject: [PATCH] - pevious commit was incomplete. --- lustre/smfs/dir.c | 1 + 1 file changed, 1 insertion(+) 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); -- 1.8.3.1