Re: [PATCH 1/2] Use list.h instead of file_system_type next
From: kbuild test robot
Date:  Mon May 06 2019 - 13:34:52 EST
Hi Carmeli,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.1 next-20190506]
[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/Carmeli-Tamir/Use-list-h-instead-of-file_system_type-next/20190506-214032
config: i386-randconfig-i2-201918 (attached as .config)
compiler: gcc-5 (Debian 5.5.0-3) 5.4.1 20171010
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@xxxxxxxxx>
All errors (new ones prefixed by >>):
>> fs/ocfs2/super.c:1250:2: error: unknown field 'next' specified in initializer
     .next           = NULL
     ^
vim +/next +1250 fs/ocfs2/super.c
ccd979bdb Mark Fasheh       2005-12-15  1243  
ccd979bdb Mark Fasheh       2005-12-15  1244  static struct file_system_type ocfs2_fs_type = {
ccd979bdb Mark Fasheh       2005-12-15  1245  	.owner          = THIS_MODULE,
ccd979bdb Mark Fasheh       2005-12-15  1246  	.name           = "ocfs2",
152a08366 Al Viro           2010-07-25  1247  	.mount          = ocfs2_mount,
8ed6b2370 Goldwyn Rodrigues 2014-04-03  1248  	.kill_sb        = kill_block_super,
1ba9da2ff Mark Fasheh       2006-09-08  1249  	.fs_flags       = FS_REQUIRES_DEV|FS_RENAME_DOES_D_MOVE,
ccd979bdb Mark Fasheh       2005-12-15 @1250  	.next           = NULL
ccd979bdb Mark Fasheh       2005-12-15  1251  };
914177054 Eric W. Biederman 2013-03-07  1252  MODULE_ALIAS_FS("ocfs2");
ccd979bdb Mark Fasheh       2005-12-15  1253  
:::::: The code at line 1250 was first introduced by commit
:::::: ccd979bdbce9fba8412beb3f1de68a9d0171b12c [PATCH] OCFS2: The Second Oracle Cluster Filesystem
:::::: TO: Mark Fasheh <mark.fasheh@xxxxxxxxxx>
:::::: CC: Joel Becker <joel.becker@xxxxxxxxxx>
---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
Attachment:
.config.gz
Description: application/gzip