Hi Carlos, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc3 next-20190808] [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/Carlos-Maiolino/New-fiemap-infrastructure-and-bmap-removal/20190808-221354 config: sh-allmodconfig (attached as .config) compiler: sh4-linux-gcc (GCC) 7.4.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sh If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> fs//cifs/cifsfs.c:1006:12: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .fiemap = cifs_fiemap, ^~~~~~~~~~~ fs//cifs/cifsfs.c:1006:12: note: (near initialization for 'cifs_file_inode_ops.fiemap') cc1: some warnings being treated as errors vim +1006 fs//cifs/cifsfs.c ^1da177e4c3f41 Linus Torvalds 2005-04-16 1000 754661f143e70d Arjan van de Ven 2007-02-12 1001 const struct inode_operations cifs_file_inode_ops = { ^1da177e4c3f41 Linus Torvalds 2005-04-16 1002 .setattr = cifs_setattr, 48a77aa7e20557 Steve French 2016-05-18 1003 .getattr = cifs_getattr, ^1da177e4c3f41 Linus Torvalds 2005-04-16 1004 .permission = cifs_permission, ^1da177e4c3f41 Linus Torvalds 2005-04-16 1005 .listxattr = cifs_listxattr, 2f3ebaba13cebd Ronnie Sahlberg 2019-04-25 @1006 .fiemap = cifs_fiemap, ^1da177e4c3f41 Linus Torvalds 2005-04-16 1007 }; ^1da177e4c3f41 Linus Torvalds 2005-04-16 1008 :::::: The code at line 1006 was first introduced by commit :::::: 2f3ebaba13cebd8badfb9aed31c0cf3cc82eb4f4 cifs: add fiemap support :::::: TO: Ronnie Sahlberg <lsahlber@xxxxxxxxxx> :::::: CC: Steve French <stfrench@xxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip