From: adilger Date: Wed, 14 Feb 2007 00:21:55 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_7_100~346 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=95861d418ff150ef3e820203b1453d1f1e27be67;hp=fa5f99a2466f8013f96770f5762030bee53c6bc0;p=fs%2Flustre-release.git Branch HEAD Quiet -Wundef compiler warning. --- diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index ce7a7bd..71cb1cf 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