Whamcloud - gitweb
LU-4937 osc: get rid of old checksum initial value
[fs/lustre-release.git] / lustre / ofd / ofd_capa.c
index 810f123..d9a645f 100644 (file)
@@ -103,8 +103,8 @@ int ofd_update_capa_key(struct ofd_device *ofd, struct lustre_capa_key *new)
        RETURN(0);
 }
 
-int ofd_auth_capa(struct obd_export *exp, struct lu_fid *fid, obd_seq seq,
-                 struct lustre_capa *capa, __u64 opc)
+int ofd_auth_capa(struct obd_export *exp, const struct lu_fid *fid,
+                 obd_seq seq, struct lustre_capa *capa, __u64 opc)
 {
        struct filter_obd       *filter = &exp->exp_obd->u.filter;
        struct filter_capa_key  *k;