File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -565,8 +565,8 @@ bool ovl_is_metacopy_dentry(struct dentry *dentry);
565565char * ovl_get_redirect_xattr (struct ovl_fs * ofs , const struct path * path , int padding );
566566int ovl_ensure_verity_loaded (const struct path * path );
567567int ovl_validate_verity (struct ovl_fs * ofs ,
568- struct path * metapath ,
569- struct path * datapath );
568+ const struct path * metapath ,
569+ const struct path * datapath );
570570int ovl_get_verity_digest (struct ovl_fs * ofs , struct path * src ,
571571 struct ovl_metacopy * metacopy );
572572int ovl_sync_status (struct ovl_fs * ofs );
Original file line number Diff line number Diff line change @@ -1401,8 +1401,8 @@ int ovl_ensure_verity_loaded(const struct path *datapath)
14011401}
14021402
14031403int ovl_validate_verity (struct ovl_fs * ofs ,
1404- struct path * metapath ,
1405- struct path * datapath )
1404+ const struct path * metapath ,
1405+ const struct path * datapath )
14061406{
14071407 struct ovl_metacopy metacopy_data ;
14081408 u8 actual_digest [FS_VERITY_MAX_DIGEST_SIZE ];
You can’t perform that action at this time.
0 commit comments