]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs/squashfs: remove unused declarations
authorDavid Oberhollenzer <goliath@infraroot.at>
Mon, 6 Nov 2023 10:03:20 +0000 (11:03 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 23:53:09 +0000 (18:53 -0500)
commit99374ff189dab2d678449d3dcf3756dccfd2acc2
tree75e97848a9076df67ffc7c928086a77f92cc204f
parent2a1812de208168f2f4edeb48e8da6b12315ff77f
fs/squashfs: remove unused declarations

This patch removes a number of struct and macro declaration that
were found through `git-grep` to be unused. Most of those are
related to compressor options and super block flags.

For reading a SquashFS image, we do not need the compressor options
or the flags. Those only encode settings used for packing the image,
mksquashfs uses them when appending data to an existing image. The
kernel implementation does not touch those, and we don't need them
either.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
fs/squashfs/sqfs_decompressor.h
fs/squashfs/sqfs_filesystem.h
fs/squashfs/sqfs_utils.h