From: kernel test robot <lkp@intel.com>
To: Amir Goldstein <amir73il@gmail.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: [amir73il:ovl-watch 18/27] fs/overlayfs/super.c:2164:6: warning: no previous prototype for 'ovl_kill_super'
Date: Sun, 5 Sep 2021 20:25:04 +0800 [thread overview]
Message-ID: <202109052001.WJGWoH82-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1784 bytes --]
tree: https://github.com/amir73il/linux ovl-watch
head: 854541356b2eb98d7779c0f548d5cfb51f80f358
commit: e8140137d1b0304da823ba9954324acae62fb3e1 [18/27] ovl: introduce an fsnotify watch
config: powerpc-allyesconfig (attached as .config)
compiler: powerpc64-linux-gcc (GCC) 11.2.0
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
# https://github.com/amir73il/linux/commit/e8140137d1b0304da823ba9954324acae62fb3e1
git remote add amir73il https://github.com/amir73il/linux
git fetch --no-tags amir73il ovl-watch
git checkout e8140137d1b0304da823ba9954324acae62fb3e1
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=powerpc
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> fs/overlayfs/super.c:2164:6: warning: no previous prototype for 'ovl_kill_super' [-Wmissing-prototypes]
2164 | void ovl_kill_super(struct super_block *sb)
| ^~~~~~~~~~~~~~
vim +/ovl_kill_super +2164 fs/overlayfs/super.c
2163
> 2164 void ovl_kill_super(struct super_block *sb)
2165 {
2166 /*
2167 * We need to destroy the fsnotify group and wait on all pending events
2168 * *before* shutting down super block, because event handler is
2169 * derefernecing this sb from group->private.
2170 */
2171 if (sb->s_root)
2172 ovl_free_watch(sb->s_fs_info);
2173 kill_anon_super(sb);
2174 }
2175
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 73343 bytes --]
reply other threads:[~2021-09-05 12:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202109052001.WJGWoH82-lkp@intel.com \
--to=lkp@intel.com \
--cc=amir73il@gmail.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®