File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ int ovl_ensure_verity_loaded(const struct path *path);
567567int ovl_validate_verity (struct ovl_fs * ofs ,
568568 const struct path * metapath ,
569569 const struct path * datapath );
570- int ovl_get_verity_digest (struct ovl_fs * ofs , struct path * src ,
570+ int ovl_get_verity_digest (struct ovl_fs * ofs , const struct path * src ,
571571 struct ovl_metacopy * metacopy );
572572int ovl_sync_status (struct ovl_fs * ofs );
573573
Original file line number Diff line number Diff line change @@ -1455,7 +1455,7 @@ int ovl_validate_verity(struct ovl_fs *ofs,
14551455 return 0 ;
14561456}
14571457
1458- int ovl_get_verity_digest (struct ovl_fs * ofs , struct path * src ,
1458+ int ovl_get_verity_digest (struct ovl_fs * ofs , const struct path * src ,
14591459 struct ovl_metacopy * metacopy )
14601460{
14611461 int err , digest_size ;
You can’t perform that action at this time.
0 commit comments