From 95861d418ff150ef3e820203b1453d1f1e27be67 Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Wed, 14 Feb 2007 00:21:55 +0000 Subject: [PATCH] Branch HEAD Quiet -Wundef compiler warning. --- lustre/obdfilter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index ce7a7bd8e5..71cb1cf9cc 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -497,7 +497,7 @@ struct filter_mod_data *filter_fmd_get(struct obd_export *exp, return found; } -#if DO_FMD_DROP +#ifdef DO_FMD_DROP /* drop fmd list reference so it will disappear when last reference is put. * This isn't so critical because it would in fact only affect the one client * that is doing the unlink and at worst we have an stale entry referencing -- GitLab