* [viro-vfs:work.fd 1/31] include/linux/file.h: linux/err.h is included more than once.
@ 2024-09-30 11:13 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-09-30 11:13 UTC (permalink / raw)
To: Al Viro; +Cc: oe-kbuild-all, linux-fsdevel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.fd
head: e4a403e7355430004eb530bd2e7995eca9a8f67c
commit: 9f52da2ef619a0612baaf5ee577fa38b8dec4814 [1/31] introduce struct fderr, convert overlayfs uses to that
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202409301910.yeJRAbml-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> include/linux/file.h: linux/err.h is included more than once.
vim +13 include/linux/file.h
8
9 #include <linux/compiler.h>
10 #include <linux/types.h>
11 #include <linux/posix_types.h>
12 #include <linux/errno.h>
> 13 #include <linux/err.h>
14 #include <linux/cleanup.h>
> 15 #include <linux/err.h>
16
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-30 11:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 11:13 [viro-vfs:work.fd 1/31] include/linux/file.h: linux/err.h is included more than once kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.