CC: [email protected] CC: [email protected] TO: Andreas Gruenbacher <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git extents head: 114e06345e5b8ed56456caaeeedde7b93bb99af7 commit: 114e06345e5b8ed56456caaeeedde7b93bb99af7 [5/5] gfs2: Add some initial extents-based inode code :::::: branch date: 6 hours ago :::::: commit date: 6 hours ago config: i386-allmodconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> Reported-by: Julia Lawall <[email protected]> cocci warnings: (new ones prefixed by >>) >> fs/gfs2/extents.c:109:23-27: WARNING use flexible-array member instead >> (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays) vim +109 fs/gfs2/extents.c 114e06345e5b8e Andreas Gruenbacher 2021-03-25 101 114e06345e5b8e Andreas Gruenbacher 2021-03-25 102 /* 114e06345e5b8e Andreas Gruenbacher 2021-03-25 103 * The path components in struct gfs2_extent_path are stored in "reverse" 114e06345e5b8e Andreas Gruenbacher 2021-03-25 104 * order: the leaf is stored first, and when the tree grows at the root, 114e06345e5b8e Andreas Gruenbacher 2021-03-25 105 * this happens at the end of the array. 114e06345e5b8e Andreas Gruenbacher 2021-03-25 106 */ 114e06345e5b8e Andreas Gruenbacher 2021-03-25 107 struct gfs2_extent_path { 114e06345e5b8e Andreas Gruenbacher 2021-03-25 108 unsigned int p_height; 114e06345e5b8e Andreas Gruenbacher 2021-03-25 @109 struct gfs2_extent_pc p_pc[1]; 114e06345e5b8e Andreas Gruenbacher 2021-03-25 110 }; 114e06345e5b8e Andreas Gruenbacher 2021-03-25 111 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
