]> git.ipfire.org Git - people/ms/linux.git/blobdiff - fs/squashfs/decompressor.h
Merge branch 'for-6.0/dax' into libnvdimm-fixes
[people/ms/linux.git] / fs / squashfs / decompressor.h
index 1b9ccfd0aa519bff549d9da24cd04d7a130e3e12..19ab608343895f315825b55eed0274c937fa0f3d 100644 (file)
@@ -20,6 +20,7 @@ struct squashfs_decompressor {
                struct bio *, int, int, struct squashfs_page_actor *);
        int     id;
        char    *name;
+       int     alloc_buffer;
        int     supported;
 };