tree: https://github.com/konis/nilfs2 for-akpm head: 69812977939c7895ede256e122284c19d4d83aef commit: 69812977939c7895ede256e122284c19d4d83aef [4/4] nilfs2: convert to use the new mount API compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <yujie.liu@xxxxxxxxx> | Closes: https://lore.kernel.org/r/202404251450.rttcxC1o-lkp@xxxxxxxxx/ includecheck warnings: (new ones prefixed by >>) >> fs/nilfs2/super.c: linux/fs_context.h is included more than once. vim +32 fs/nilfs2/super.c > 32 #include <linux/fs_context.h> 33 #include <linux/fs_parser.h> 34 #include <linux/crc32.h> 35 #include <linux/vfs.h> 36 #include <linux/writeback.h> 37 #include <linux/seq_file.h> 38 #include <linux/mount.h> > 39 #include <linux/fs_context.h> 40 #include "nilfs.h" 41 #include "export.h" 42 #include "mdt.h" 43 #include "alloc.h" 44 #include "btree.h" 45 #include "btnode.h" 46 #include "page.h" 47 #include "cpfile.h" 48 #include "sufile.h" /* nilfs_sufile_resize(), nilfs_sufile_set_alloc_range() */ 49 #include "ifile.h" 50 #include "dat.h" 51 #include "segment.h" 52 #include "segbuf.h" 53 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki