Skip to content

Commit

Permalink
iso9660 finalizeFileInfo contain enough info for rockridge extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Deitcher <[email protected]>
  • Loading branch information
deitch committed May 22, 2024
1 parent 13e86ff commit 8eb0cc1
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 135 deletions.
2 changes: 1 addition & 1 deletion filesystem/iso9660/directoryentrysystemuseextension.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type suspExtension interface {
Descriptor() string
Source() string
Version() uint8
GetFileExtensions(string, bool, bool) ([]directoryEntrySystemUseExtension, error)
GetFileExtensions(*finalizeFileInfo, bool, bool) ([]directoryEntrySystemUseExtension, error)
GetFinalizeExtensions(*finalizeFileInfo) ([]directoryEntrySystemUseExtension, error)
Relocatable() bool
Relocate(map[string]*finalizeFileInfo) ([]*finalizeFileInfo, map[string]*finalizeFileInfo, error)
Expand Down
Loading

0 comments on commit 8eb0cc1

Please sign in to comment.