From: adilger Date: Thu, 10 Jul 2008 19:12:24 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_50~222 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5f8e1ffaf058f4de8b1df00856057573f11129d5;p=fs%2Flustre-release.git Branch HEAD Remove compile warning, and leave this in a bug instead. b=15669 --- diff --git a/lustre/obdfilter/filter_capa.c b/lustre/obdfilter/filter_capa.c index 27dad80..7021db3 100644 --- a/lustre/obdfilter/filter_capa.c +++ b/lustre/obdfilter/filter_capa.c @@ -123,8 +123,6 @@ int filter_auth_capa(struct obd_export *exp, struct lu_fid *fid, __u64 mdsid, RETURN(-EACCES); } -#warning "enable fid check in filter_auth_capa() when fid stored in OSS object" - if (opc == CAPA_OPC_OSS_READ) { if (!(capa->lc_opc & CAPA_OPC_OSS_RW)) rc = -EACCES;