From 68829f10d699f70ba4fed231a229482f4dc60bcf Mon Sep 17 00:00:00 2001 From: braam Date: Sun, 5 Oct 2003 03:40:41 +0000 Subject: [PATCH] - start using the ext3 constants instead of the ext2 ones. --- lustre/llite/llite_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 848893b..d633069 100644 --- 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); -- 1.8.3.1