From: kernel test robot <lkp@intel.com>
To: Miklos Szeredi <mszeredi@redhat.com>
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
fuse-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [fuse:for-next 2/3] fs/fuse/inode.c:1580:1: warning: unused label 'out_fput'
Date: Sat, 24 Jul 2021 12:47:33 +0800 [thread overview]
Message-ID: <202107241228.7k94SHdT-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1742 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-next
head: 5ea2bc2f31ad58ac0cc21550f914b875e1bf114e
commit: 52f81ac50548238704eddb529e5ca27063d14667 [2/3] fuse: move fget() to fuse_get_tree()
config: x86_64-randconfig-r035-20210723 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 9625ca5b602616b2f5584e8a49ba93c52c141e40)
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://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git/commit/?id=52f81ac50548238704eddb529e5ca27063d14667
git remote add fuse https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
git fetch --no-tags fuse for-next
git checkout 52f81ac50548238704eddb529e5ca27063d14667
# 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 <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> fs/fuse/inode.c:1580:1: warning: unused label 'out_fput' [-Wunused-label]
out_fput:
^~~~~~~~~
1 warning generated.
vim +/out_fput +1580 fs/fuse/inode.c
1578
1579 err = get_tree_nodev(fsc, fuse_fill_super);
> 1580 out_fput:
1581 if (ctx->file)
1582 fput(ctx->file);
1583 return err;
1584 }
1585
---
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: 37142 bytes --]
reply other threads:[~2021-07-24 4:48 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=202107241228.7k94SHdT-lkp@intel.com \
--to=lkp@intel.com \
--cc=clang-built-linux@googlegroups.com \
--cc=fuse-devel@lists.sourceforge.net \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mszeredi@redhat.com \
/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®