Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1564054

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

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] nilfs2: use i_blocksize()
Date 2017-01-21 06:40 +0100
Message-ID <t1Wz8-aS-1@gated-at.bofh.it> (permalink)
References <t1Iwa-8q4-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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 as .config)
compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   fs/nilfs2/btree.c: In function 'nilfs_btree_node_size':
>> fs/nilfs2/btree.c:122:2: error: implicit declaration of function 'i_blocksize' [-Werror=implicit-function-declaration]
     return i_blocksize(btree->b_inode);
     ^
   cc1: some warnings being treated as errors
--
   fs/nilfs2/alloc.c: In function 'nilfs_palloc_groups_per_desc_block':
>> fs/nilfs2/alloc.c:37:2: error: implicit declaration of function 'i_blocksize' [-Werror=implicit-function-declaration]
     return i_blocksize(inode) /
     ^
   cc1: some warnings being treated as errors

vim +/i_blocksize +122 fs/nilfs2/btree.c

   116	{
   117		node->bn_nchildren = cpu_to_le16(nchildren);
   118	}
   119	
   120	static int nilfs_btree_node_size(const struct nilfs_bmap *btree)
   121	{
 > 122		return i_blocksize(btree->b_inode);
   123	}
   124	
   125	static int nilfs_btree_nchildren_per_block(const struct nilfs_bmap *btree)

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] nilfs2: use i_blocksize() Geliang Tang <geliangtang@gmail.com> - 2017-01-20 15:40 +0100
  Re: [PATCH 1/2] nilfs2: use i_blocksize() kbuild test robot <lkp@intel.com> - 2017-01-21 06:40 +0100
  Re: [PATCH 1/2] nilfs2: use i_blocksize() Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2017-01-23 02:30 +0100

csiph-web