[f2fs-dev] [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at

2017-12-12 Thread Adam Borowski
This link is replicated in most filesystems' config stanzas. Referring to an archived version of that site is pointless as it mostly deals with patches; user documentation is available elsewhere. Signed-off-by: Adam Borowski --- Sending this as one piece; if you guys would instead prefer this ch

Re: [f2fs-dev] [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at

2017-12-12 Thread Darrick J. Wong
On Wed, Dec 13, 2017 at 06:38:25AM +0100, Adam Borowski wrote: > This link is replicated in most filesystems' config stanzas. Referring > to an archived version of that site is pointless as it mostly deals with > patches; user documentation is available elsewhere. > > Signed-off-by: Adam Borowski

Re: [f2fs-dev] [PATCH v4 72/73] xfs: Convert mru cache to XArray

2017-12-12 Thread Alan Stern
On Mon, 11 Dec 2017, Joe Perches wrote: > > - I don't understand the error for xa_head here: > > > > struct xarray { > > spinlock_t xa_lock; > > gfp_t xa_flags; > > void __rcu *xa_head; > > }; > > > >Do people really think that: > > > > struct xar

Re: [f2fs-dev] question about find_next_free_block in f2fs-tools

2017-12-12 Thread gaoxiang (P)
Hi Chao, Thanks for your reply. > On 2017/12/9 14:29, hsiangkao--- via Linux-f2fs-devel wrote: >> Hi Jaegeuk and Chao, >> I have a minor question about the following code snippet in >> find_next_free_block recently >> if (se->valid_blocks == 0 && !(segno % sbi->segs_per_sec)) {

Re: [f2fs-dev] question about find_next_free_block in f2fs-tools

2017-12-12 Thread Chao Yu
On 2017/12/9 14:29, hsiangkao--- via Linux-f2fs-devel wrote: > Hi Jaegeuk and Chao, >     I have a minor question about the following code snippet in  > find_next_free_block recently > if (se->valid_blocks == 0 && !(segno % sbi->segs_per_sec)) { > struct seg_entr

Re: [f2fs-dev] [PATCH v2] f2fs: add an ioctl to disable GC for specific file

2017-12-12 Thread Chao Yu
Hi Jaegeuk, On 2017/12/9 3:37, Jaegeuk Kim wrote: > Change log from v1: > - fix bug in error handling of ioctl > >>From b905e03d8aad7d25ecaf9bde05411a68d3d2460e Mon Sep 17 00:00:00 2001 > From: Jaegeuk Kim > Date: Thu, 7 Dec 2017 16:25:39 -0800 > Subject: [PATCH] f2fs: add an ioctl to disable