Skip to content
Snippets Groups Projects
Commit 5f8e1ffa authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Remove compile warning, and leave this in a bug instead.
b=15669
parent bb71f1e1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment