diff mbox series

[f2fs-dev] f2fs-tools: relax zone size of power of 2

Message ID 20230302194605.646472-1-jaegeuk@kernel.org (mailing list archive)
State New
Headers show
Series [f2fs-dev] f2fs-tools: relax zone size of power of 2 | expand

Commit Message

Jaegeuk Kim March 2, 2023, 7:46 p.m. UTC
Let's relax this for Android support.

Change-Id: Ic46593ef429e23b5d85977da374a95015ee72154
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 lib/libf2fs.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/lib/libf2fs.c b/lib/libf2fs.c
index f63307a42a08..118e12592394 100644
--- a/lib/libf2fs.c
+++ b/lib/libf2fs.c
@@ -1045,12 +1045,9 @@  int get_device_info(int i)
 			return -1;
 		}
 
-		if (!is_power_of_2(dev->zone_size)) {
-			MSG(0, "\tError: zoned: illegal zone size %" PRIu64 "u (not a power of 2)\n",
+		if (!is_power_of_2(dev->zone_size))
+			MSG(0, "\tInfo: zoned: zone size %" PRIu64 "u (not a power of 2)\n",
 					dev->zone_size);
-			free(stat_buf);
-			return -1;
-		}
 
 		/*
 		 * Check zone configuration: for the first disk of a