From 5f8e1ffaf058f4de8b1df00856057573f11129d5 Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Thu, 10 Jul 2008 19:12:24 +0000 Subject: [PATCH] Branch HEAD Remove compile warning, and leave this in a bug instead. b=15669 --- lustre/obdfilter/filter_capa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/obdfilter/filter_capa.c b/lustre/obdfilter/filter_capa.c index 27dad804c5..7021db318e 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; -- GitLab