linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH 1/2] android_config: add time headers
@ 2022-06-15 16:56 Jaegeuk Kim
  2022-06-15 16:56 ` [f2fs-dev] [PATCH 2/2] f2fs_io: add dsync option for write Jaegeuk Kim
  0 siblings, 1 reply; 5+ messages in thread
From: Jaegeuk Kim @ 2022-06-15 16:56 UTC (permalink / raw)
  To: linux-f2fs-devel; +Cc: Jaegeuk Kim

This allows f2fs_io report latency.

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

diff --git a/include/android_config.h b/include/android_config.h
index 21eed28669e1..67e5d5871bf8 100644
--- a/include/android_config.h
+++ b/include/android_config.h
@@ -22,6 +22,8 @@
 #define HAVE_SYS_XATTR_H 1
 #define HAVE_UNISTD_H 1
 #define HAVE_UUID_UUID_H 1
+#define HAVE_CLOCK_GETTIME 1
+#define HAVE_CLOCK_BOOTTIME 1
 
 #define HAVE_FALLOCATE 1
 #define HAVE_FSETXATTR 1
-- 
2.36.1.476.g0c4daa206d-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] 5+ messages in thread

end of thread, other threads:[~2022-06-20  1:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15 16:56 [f2fs-dev] [PATCH 1/2] android_config: add time headers Jaegeuk Kim
2022-06-15 16:56 ` [f2fs-dev] [PATCH 2/2] f2fs_io: add dsync option for write Jaegeuk Kim
2022-06-19  0:20   ` Chao Yu
2022-06-19 22:05   ` [f2fs-dev] [PATCH 2/2 v2] " Jaegeuk Kim
2022-06-20  1:38     ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).