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:
070152d
)
Update smfs: minor fixs in smfs_unlink
author
wangdi
<wangdi>
Wed, 25 Feb 2004 16:15:00 +0000
(16:15 +0000)
committer
wangdi
<wangdi>
Wed, 25 Feb 2004 16:15:00 +0000
(16:15 +0000)
lustre/smfs/dir.c
patch
|
blob
|
history
diff --git
a/lustre/smfs/dir.c
b/lustre/smfs/dir.c
index
a5c7765
..
2a99552
100644
(file)
--- a/
lustre/smfs/dir.c
+++ b/
lustre/smfs/dir.c
@@
-202,9
+202,6
@@
static int smfs_unlink(struct inode * dir,
cache_dentry = d_alloc(&parent, &dentry->d_name);
d_add(cache_dentry, cache_inode);
- pre_smfs_inode(dentry->d_inode, cache_dentry->d_inode);
- pre_smfs_inode(dir, cache_dir);
-
if (cache_dir->i_op->unlink)
rc = cache_dir->i_op->unlink(cache_dir, cache_dentry);