Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* btrfs ASSERT() error when make C=1, but OK when make C=0
@ 2025-12-22 14:37 Wang Yugui
  2025-12-22 19:57 ` Qu Wenruo
  2025-12-25  1:33 ` Wang Yugui
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Yugui @ 2025-12-22 14:37 UTC (permalink / raw)
  To: linux-btrfs

Hi,

I noticed a lot of make C=1 error of btrfs ASSERT(),
but make C=0 is OK.

block-group.c: note: in included file:
zoned.h:417:9: error: Expected ) in function call
zoned.h:417:9: error: got __VA_OPT__

static inline bool btrfs_zoned_bg_is_full(const struct btrfs_block_group *bg)
{
L417:    ASSERT(btrfs_is_zoned(bg->fs_info));
    return (bg->alloc_offset == bg->zone_capacity);
}

Any help to fix it?

Best Regards
Wang Yugui (wangyugui@e16-tech.com)
2025/12/22



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-25  1:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-22 14:37 btrfs ASSERT() error when make C=1, but OK when make C=0 Wang Yugui
2025-12-22 19:57 ` Qu Wenruo
2025-12-25  1:33 ` Wang Yugui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox