On 13/10/2020 17:54, David Sterba wrote: > On Fri, Oct 02, 2020 at 03:36:10AM +0900, Naohiro Aota wrote: >> --- a/fs/btrfs/Makefile >> +++ b/fs/btrfs/Makefile >> @@ -16,6 +16,7 @@ btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \ >> btrfs-$(CONFIG_BTRFS_FS_POSIX_ACL) += acl.o >> btrfs-$(CONFIG_BTRFS_FS_CHECK_INTEGRITY) += check-integrity.o >> btrfs-$(CONFIG_BTRFS_FS_REF_VERIFY) += ref-verify.o >> +btrfs-$(CONFIG_BLK_DEV_ZONED) += zoned.o > > As this is conditionally built in, it should be also added to the string > printed by btrfs_print_mod_info and we want the actual status so > > #ifdef CONFIG_BLK_DEV_ZONED > ", zoned=yes" > #else > ", zoned=no" > #endif > done