On Thu, Jun 01, 2023 at 03:40:00PM -0700, Lucas De Marchi wrote: > When creating the context, read /sys/kernel/compression to check what's > the compression type supported by the kernel. This will later be used > when loading modules to check if the decompression step has to happen in > userspace or if it can be delegated to the kernel. > > Signed-off-by: Lucas De Marchi <lucas.de.marchi@xxxxxxxxx> Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Luis