Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8bfc38
)
- pevious commit was incomplete.
author
tappro
<tappro>
Sat, 25 Jun 2005 08:15:32 +0000
(08:15 +0000)
committer
tappro
<tappro>
Sat, 25 Jun 2005 08:15:32 +0000
(08:15 +0000)
lustre/smfs/dir.c
patch
|
blob
|
history
diff --git
a/lustre/smfs/dir.c
b/lustre/smfs/dir.c
index
6314a23
..
a73f7b2
100644
(file)
--- 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);