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:
cdfb1ce
)
r=green
author
alex
<alex>
Tue, 20 Dec 2005 21:51:34 +0000
(21:51 +0000)
committer
alex
<alex>
Tue, 20 Dec 2005 21:51:34 +0000
(21:51 +0000)
- remove dentry from hash before puting on orphan list (2.4 only)
lustre/llite/dcache.c
patch
|
blob
|
history
diff --git
a/lustre/llite/dcache.c
b/lustre/llite/dcache.c
index
967ae85
..
793c657
100644
(file)
--- a/
lustre/llite/dcache.c
+++ b/
lustre/llite/dcache.c
@@
-199,6
+199,7
@@
restart:
__d_drop(dentry);
dentry->d_flags |= DCACHE_LUSTRE_INVALID;
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0))
+ __d_drop(dentry);
hlist_add_head(&dentry->d_hash,
&sbi->ll_orphan_dentry_list);
#endif