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:
3cc1266
)
- start using the ext3 constants instead of the ext2 ones.
author
braam
<braam>
Sun, 5 Oct 2003 03:40:41 +0000
(
03:40
+0000)
committer
braam
<braam>
Sun, 5 Oct 2003 03:40:41 +0000
(
03:40
+0000)
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
848893b
..
d633069
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-294,7
+294,7
@@
void ll_put_super(struct super_block *sb)
obd_disconnect(sbi->ll_mdc_exp, 0);
-
#warning
We do this to get rid of orphaned dentries. That is not really trw.
+
//
We do this to get rid of orphaned dentries. That is not really trw.
spin_lock(&dcache_lock);
hlist_for_each_safe(tmp, next, &sbi->ll_orphan_dentry_list) {
struct dentry *dentry = hlist_entry(tmp, struct dentry, d_hash);