Skip to content
  • Phillip Lougher's avatar
    Squashfs: extend decompressor framework to handle compression options · b7fc0ff0
    Phillip Lougher authored
    
    
    Extend decompressor framework to handle compression options stored in
    the filesystem.  These options can be used by the relevant decompressor
    at initialisation time to over-ride defaults.
    
    The presence of compression options in the filesystem is indicated by
    the COMP_OPT filesystem flag.  If present the data is read from the
    filesystem and passed to the decompressor init function.  The decompressor
    init function signature has been extended to take this data.
    
    Also update the init function signature in the glib, lzo and xz
    decompressor wrappers.
    
    Signed-off-by: default avatarPhillip Lougher <phillip@lougher.demon.co.uk>
    b7fc0ff0