X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fllite_lib.c;h=91d35fa9fb80db6c8db6563ef87a47e25c14c94a;hp=491ae8f5726c5b43603f2cc651af830d9b342185;hb=32becabb43b6e8f21c030c23c01c3f02e351eaea;hpb=e6ebfa0a2f0af01073907dde4e936960ed9280e5 diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 491ae8f..91d35fa 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -154,9 +154,7 @@ void ll_free_sbi(struct super_block *sb) } static struct dentry_operations ll_d_root_ops = { -#ifdef DCACHE_LUSTRE_INVALID .d_compare = ll_dcompare, -#endif .d_revalidate = ll_revalidate_nd, };