[f2fs-dev] [PATCH -next] f2fs: remove set but not used variable 'params'

2020-04-01 Thread Jason Yan
Fix the following gcc warning: fs/f2fs/compress.c:375:18: warning: variable 'params' set but not used [-Wunused-but-set-variable] ZSTD_parameters params; ^~ Reported-by: Hulk Robot Signed-off-by: Jason Yan --- fs/f2fs/compress.c | 2 -- 1 file changed, 2 deletions(-)

[f2fs-dev] [PATCH] fsck.f2fs: quick fix of CLOCK_BOOTTIME in mac

2020-04-01 Thread Jaegeuk Kim
This fixes build error on mac. Signed-off-by: Jaegeuk Kim --- configure.ac | 1 + fsck/f2fs.h | 3 +++ fsck/main.c | 14 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9b0e872..9ac0c24 100644 --- a/configure.ac +++ b/configure.

Re: [f2fs-dev] [PATCH v3] f2fs: fix long latency due to discard during umount

2020-04-01 Thread Sahitya Tummala
Hi Jaegeuk, On Tue, Mar 31, 2020 at 11:46:55AM -0700, Jaegeuk Kim wrote: > On 03/30, Sahitya Tummala wrote: > > F2FS already has a default timeout of 5 secs for discards that > > can be issued during umount, but it can take more than the 5 sec > > timeout if the underlying UFS device queue is alre