]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: print status of experimental mode when loading module
authorAnand Jain <anand.jain@oracle.com>
Wed, 1 Jan 2025 18:06:37 +0000 (02:06 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:21 +0000 (14:53 +0100)
commitbb4715e967cf3b2eb8550eda73886208f1fc805d
treecc6c536d96d0b3e5bd932c02dcd1a6ef6cd2ffb0
parentc86aae73bd5882e4a6b4e1b6ed448ea902551f80
btrfs: print status of experimental mode when loading module

Commit c9c49e8f157e ("btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from
CONFIG_BTRFS_DEBUG") introduces a way to enable or disable experimental
features, print its status during module load, like:

  Btrfs loaded, experimental=on, debug=on, assert=on, zoned=yes, fsverity=yes

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c