aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_common.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2023-11-06 11:03:20 +0100
committerTom Rini <trini@konsulko.com>2023-11-16 18:53:09 -0500
commit99374ff189dab2d678449d3dcf3756dccfd2acc2 (patch)
tree75e97848a9076df67ffc7c928086a77f92cc204f /fs/ext4/ext4_common.c
parent2a1812de208168f2f4edeb48e8da6b12315ff77f (diff)
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>
Diffstat (limited to 'fs/ext4/ext4_common.c')
0 files changed, 0 insertions, 0 deletions