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

2019-12-25 Thread Yuehaibing
On 2019/12/26 11:44, Chao Yu wrote: > On 2019/12/24 20:43, YueHaibing wrote: >> fs/f2fs/segment.c: In function fix_curseg_write_pointer: >> fs/f2fs/segment.c:4485:35: warning: variable cs_block set but not used >> [-Wunused-but-set-variable] >> >> It is never used since commit 362d8a920384

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

2019-12-25 Thread Chao Yu
On 2019/12/24 20:43, YueHaibing wrote: > fs/f2fs/segment.c: In function fix_curseg_write_pointer: > fs/f2fs/segment.c:4485:35: warning: variable cs_block set but not used > [-Wunused-but-set-variable] > > It is never used since commit 362d8a920384 ("f2fs: Check > write pointer consistency of

Re: [f2fs-dev] [PATCH] f2fs: introduce DEFAULT_IO_TIMEOUT_JIFFIES

2019-12-25 Thread Chao Yu
On 2019/12/23 16:41, Geert Uytterhoeven wrote: > Hi, > > CC linux-fsdevel > > On Mon, Dec 23, 2019 at 5:01 AM Chao Yu wrote: >> As Geert Uytterhoeven reported: >> >> for parameter HZ/50 in congestion_wait(BLK_RW_ASYNC, HZ/50); >> >> On some platforms, HZ can be less than 50, then unexpected 0

[f2fs-dev] [Bug 205203] ram_thresh default (DEF_RAM_THRESHOLD) is wrong (outdated) in f2fs document

2019-12-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=205203 Chao Yu (c...@kernel.org) changed: What|Removed |Added Status|ASSIGNED|RESOLVED

Re: [f2fs-dev] f2fs compile problem in next-20191220 on x86-32

2019-12-25 Thread Chao Yu
On 2019/12/25 21:04, Pavel Machek wrote: > On Sun 2019-12-22 16:49:17, Pavel Machek wrote: >> Hi! >> >> I'm getting this: >> >> LD .tmp_vmlinux1 >> ld: fs/f2fs/file.o: in function `f2fs_truncate_blocks': >> file.c:(.text+0x2968): undefined reference to `__udivdi3' >> make: ***

[f2fs-dev] [Bug 205967] New: [bisected] f2fs compression support breaks build

2019-12-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=205967 Bug ID: 205967 Summary: [bisected] f2fs compression support breaks build Product: File System Version: 2.5 Kernel Version: 5.5.0-rc2-next Hardware: All OS: Linux

Re: [f2fs-dev] [PATCH] f2fs: introduce DEFAULT_IO_TIMEOUT_JIFFIES

2019-12-25 Thread Vyacheslav Dubeyko
On Mon, 2019-12-23 at 09:41 +0100, Geert Uytterhoeven wrote: > Hi, > > CC linux-fsdevel > > On Mon, Dec 23, 2019 at 5:01 AM Chao Yu wrote: > > As Geert Uytterhoeven reported: > > > > for parameter HZ/50 in congestion_wait(BLK_RW_ASYNC, HZ/50); > > > > On some platforms, HZ can be less than