From: braam Date: Sun, 5 Oct 2003 03:40:41 +0000 (+0000) Subject: - start using the ext3 constants instead of the ext2 ones. X-Git-Tag: v1_7_110~1^13~106 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=68829f10d699f70ba4fed231a229482f4dc60bcf;p=fs%2Flustre-release.git - start using the ext3 constants instead of the ext2 ones. --- 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);