[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200420221003.GG18421@twin.jikos.cz>
Date: Tue, 21 Apr 2020 00:10:03 +0200
From: David Sterba <dsterba@...e.cz>
To: Eugene Syromiatnikov <esyr@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-btrfs@...r.kernel.org,
David Sterba <dsterba@...e.com>,
Josef Bacik <josef@...icpanda.com>, Chris Mason <clm@...com>,
Jeff Mahoney <jeffm@...e.com>, wqu@...e.com
Subject: Re: [PATCH] btrfs: move enum btrfs_compression_type to the UAPI
header
On Sun, Apr 19, 2020 at 12:14:32PM +0200, Eugene Syromiatnikov wrote:
> It is passed in struct btrfs_ioctl_defrag_range_args.compress_type
> to BTRFS_IOC_DEFRAG_RANGE, so it has to be a part of UAPI.
> Also, rely on enum definition rules to get BTRFS_NR_COMPRESS_TYPES
> value and mark it as non-ABI.
Adding the compression types makes sense for the UAPI, Qu has sent patch
to move more code to the exported headers ("btrfs: move on-disk
structure definitions to btrfs_tree.h"), including the compression type
definition.
I'd prefer to move the code in a bigger chunk than one by one, unless
it's breaking compilation.
Powered by blists - more mailing lists