]> www.infradead.org Git - users/dwmw2/linux.git/commit
btrfs: add fs_parameter definitions
authorJosef Bacik <josef@toxicpanda.com>
Wed, 22 Nov 2023 17:17:44 +0000 (12:17 -0500)
committerDavid Sterba <dsterba@suse.com>
Fri, 15 Dec 2023 19:27:04 +0000 (20:27 +0100)
commit15ddcdd34ebfe7ab58ff4ef4199fd5796da6a6e3
tree6e0ae293c737731be7f37ec428d83c096dcd9a96
parent2496bff6e53d3ad0541a5a3f720c3f7924bb2550
btrfs: add fs_parameter definitions

In order to convert to the new mount API we have to change how we do the
mount option parsing.  For now we're going to duplicate these helpers to
make it easier to follow, and then remove the old code once everything
is in place.  This patch contains the re-definition of all of our mount
options into the new fs_parameter_spec format.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Acked-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c