Re: [PATCH 1/2] nilfs2: use i_blocksize()

2017-01-22 Thread Ryusuke Konishi
On Fri, 20 Jan 2017 22:34:57 +0800, Geliang Tang wrote: > Since i_blocksize() helper has been defined in fs.h, use it instead > of open-coding. > > Signed-off-by: Geliang Tang i_blocksize() doesn't exist in the mainline kernel. This needs another patch titled "fs: add i_blocksize()" which I fou

Re: [PATCH 1/2] nilfs2: use i_blocksize()

2017-01-20 Thread kbuild test robot
Hi Geliang, [auto build test ERROR on v4.9-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Geliang-Tang/nilfs2-use-i_blocksize/20170121-114142 config: x86_64-randconfig-n0-01211226 (attached

[PATCH 1/2] nilfs2: use i_blocksize()

2017-01-20 Thread Geliang Tang
Since i_blocksize() helper has been defined in fs.h, use it instead of open-coding. Signed-off-by: Geliang Tang --- fs/nilfs2/alloc.c | 2 +- fs/nilfs2/btree.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nilfs2/alloc.c b/fs/nilfs2/alloc.c index 2c90e28..03b8ba9 1006