aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/f2fs_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/f2fs_fs.h b/include/f2fs_fs.h
index b9dc0b6..ccf1e2b 100644
--- a/include/f2fs_fs.h
+++ b/include/f2fs_fs.h
@@ -1407,7 +1407,7 @@ blk_zone_cond_str(struct blk_zone *blkz)
/*
* Handle kernel zone capacity support
*/
-#ifndef HAVE_BLK_ZONE_REP_V2
+#ifdef HAVE_BLK_ZONE_REP_V2
#define BLK_ZONE_REP_CAPACITY (1 << 0)
struct blk_zone_v2 {
__u64 start; /* Zone start sector */