All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] Support zoned device if libc exists
@ 2022-05-25 17:33 Jaegeuk Kim
  0 siblings, 0 replies; only message in thread
From: Jaegeuk Kim @ 2022-05-25 17:33 UTC (permalink / raw)
  To: linux-f2fs-devel; +Cc: Jaegeuk Kim

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 include/android_config.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/android_config.h b/include/android_config.h
index 5f5c693cbbb3..07440874188c 100644
--- a/include/android_config.h
+++ b/include/android_config.h
@@ -4,8 +4,6 @@
 #define HAVE_FCNTL_H 1
 #define HAVE_FALLOC_H 1
 #define HAVE_FSYNC 1
-#define HAVE_KERNEL_UAPI_LINUX_BLKZONED_H 1
-#define HAVE_LINUX_BLKZONED_H 1
 #define HAVE_LINUX_HDREG_H 1
 #define HAVE_LINUX_LIMITS_H 1
 #define HAVE_POSIX_ACL_H 1
@@ -42,6 +40,12 @@
 #ifdef WITH_SLOAD
 #define HAVE_LIBSELINUX 1
 #endif
+
+#ifdef WITH_LIBC
+#define HAVE_KERNEL_UAPI_LINUX_BLKZONED_H 1
+#define HAVE_LINUX_BLKZONED_H 1
+#endif
+
 #endif
 
 #if defined(__APPLE__)
-- 
2.36.1.124.g0e6072fb45-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-25 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 17:33 [f2fs-dev] [PATCH] Support zoned device if libc exists Jaegeuk Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.