Re: [f2fs-dev] [PATCH] f2fs-tools: fall back to the original version check when clock_gettime is not supported

2021-10-13 Thread Chao Yu
On 2021/9/29 4:46, Daeho Jeong wrote: From: Daeho Jeong In lower versions than macOS 10.12, they don't support clock_gettime function. It breaks the build, so we need to fall back to the original kernel version check algorithm, in that case. Signed-off-by: Daeho Jeong Reviewed-by: Chao Yu

Re: [f2fs-dev] [PATCH] f2fs-tools: fall back to the original version check when clock_gettime is not supported

2021-09-28 Thread Jaegeuk Kim
Merged to address android build breakage. On 09/28, Daeho Jeong wrote: > From: Daeho Jeong > > In lower versions than macOS 10.12, they don't support clock_gettime > function. It breaks the build, so we need to fall back to the original > kernel version check algorithm, in that case. > > Signed

[f2fs-dev] [PATCH] f2fs-tools: fall back to the original version check when clock_gettime is not supported

2021-09-28 Thread Daeho Jeong
From: Daeho Jeong In lower versions than macOS 10.12, they don't support clock_gettime function. It breaks the build, so we need to fall back to the original kernel version check algorithm, in that case. Signed-off-by: Daeho Jeong --- fsck/mount.c | 11 +++ 1 file changed, 11 insertion