unsquashfs: Call compressor_extract_options

Unsquashfs should have been calling compressor_extract_options to
check that it knew how to decompress a filesystem compressed with
the options stored in the filesystem.

As it happens xz compression up till now has been the only
compressor to use compression options, and the code has always
been able to decompress xz compressed filesystems whatever the
compression options used, and so the check hasn't been needed.  But this
may change with other compressors.

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
1 file changed
tree: 426e9042c540777f472e07526ccb08d51021cf67
  1. kernel/
  2. kernel-2.4/
  3. squashfs-tools/
  4. README