tree: https://github.com/0day-ci/linux/commits/UPDATE-20210215-234802/Nicolas-Boichat/Add-generated-flag-to-filesystem-struct-to-block-copy_file_range/20210212-124814 head: 1f5dbceb88c301c0c0140c87c04e05fad25a8517 commit: eae89be41249c638925eafb907543b29f49fcc51 tracefs: Add FS_GENERATED_CONTENT to filesystem flags date: 9 hours ago config: x86_64-randconfig-a002-20210215 (attached as .config) compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install x86_64 cross compiling tool for clang build # apt-get install binutils-x86-64-linux-gnu # https://github.com/0day-ci/linux/commit/eae89be41249c638925eafb907543b29f49fcc51 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review UPDATE-20210215-234802/Nicolas-Boichat/Add-generated-flag-to-filesystem-struct-to-block-copy_file_range/20210212-124814 git checkout eae89be41249c638925eafb907543b29f49fcc51 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> fs/tracefs/inode.c:311:14: error: use of undeclared identifier 'FS_GENERATED_CONTENT' .fs_flags = FS_GENERATED_CONTENT, ^ 1 error generated. vim +/FS_GENERATED_CONTENT +311 fs/tracefs/inode.c 305 306 static struct file_system_type trace_fs_type = { 307 .owner = THIS_MODULE, 308 .name = "tracefs", 309 .mount = trace_mount, 310 .kill_sb = kill_litter_super, > 311 .fs_flags = FS_GENERATED_CONTENT, 312 }; 313 MODULE_ALIAS_FS("tracefs"); 314 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org