Re: [PATCH] btrfs: make btrfs_compressed_bioset static

From: Christoph Hellwig
Date: Mon Jun 19 2023 - 01:01:03 EST


On Fri, Jun 16, 2023 at 06:24:43PM +0100, Ben Dooks wrote:
> The 'btrfs_compressed_bioset' struct isn't exported outside of the
> fs/btrfs/compression.c file, so make it static to fix the following
> sparse warning:
>
> fs/btrfs/compression.c:40:16: warning: symbol 'btrfs_compressed_bioset' was not declared. Should it be static?
>

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>