Re: [PATCH 1/5] btrfs: Parse options after node/sector size initialized

2018-03-07 Thread David Sterba
On Fri, Mar 02, 2018 at 01:22:50PM +0800, Qu Wenruo wrote: > This provides the basis for later max_inline enhancement, which needs to > access fs_info->nodesize. I've checked if this patch can be applied independently, but no, see the comment below. > Signed-off-by: Qu Wenruo > --- > fs/btrfs/d

[PATCH 1/5] btrfs: Parse options after node/sector size initialized

2018-03-01 Thread Qu Wenruo
This provides the basis for later max_inline enhancement, which needs to access fs_info->nodesize. Signed-off-by: Qu Wenruo --- fs/btrfs/disk-io.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index a8ecccfc36de..f7f985e