Hi Gabriel,
I love your patch! Yet something to improve:
[auto build test ERROR on ext3/fsnotify]
[also build test ERROR on linus/master v5.13-rc2]
[cannot apply to ext4/dev]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Gabriel-Krisman-Bertazi/File-sys...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify
config: i386-tinyconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
#
https://github.com/0day-ci/linux/commit/d7ce253b768fa74413424edfa86c7d05d...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Gabriel-Krisman-Bertazi/File-system-wide-monitoring/20210522-235132
git checkout d7ce253b768fa74413424edfa86c7d05de148aac
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
In file included from fs/open.c:12:
include/linux/fsnotify.h: In function 'fsnotify_error_event':
> include/linux/fsnotify.h:323:8: error: 'struct
super_block' has no member named 's_fsnotify_marks'
323 | if
(sb->s_fsnotify_marks) {
| ^~
vim +323 include/linux/fsnotify.h
319
320 static inline void fsnotify_error_event(struct super_block *sb, struct inode
*inode,
321 int error)
322 {
323 if (sb->s_fsnotify_marks) {
324 struct
fs_error_report report = {
325 .error = error,
326 .inode = inode,
327 };
328 fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR, NULL, NULL,
329 sb->s_root->d_inode, 0);
330 }
331 }
332
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org