Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Thu, 10 Jul 2008 19:12:24 +0000 (19:12 +0000)
committeradilger <adilger>
Thu, 10 Jul 2008 19:12:24 +0000 (19:12 +0000)
Remove compile warning, and leave this in a bug instead.
b=15669

lustre/obdfilter/filter_capa.c

index 27dad80..7021db3 100644 (file)
@@ -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;