From: kernel test robot <lkp@intel.com>
To: Amir Goldstein <amir73il@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [amir73il:xfs_defer_unlinked 4/6] fs/xfs/xfs_trans.h:245:17: warning: declaration of 'enum xfs_blft' will not be visible outside of this function
Date: Sun, 18 Jan 2026 14:46:35 +0800 [thread overview]
Message-ID: <202601181424.sInmm3MI-lkp@intel.com> (raw)
tree: https://github.com/amir73il/linux xfs_defer_unlinked
head: 253cf31b448c0fbe81f61e6daec136a5ea576af7
commit: 6ee10cc8ff2ac949791cf8be928774c96b6ad833 [4/6] xfs: factor out unlinked inode list processing helpers
config: s390-randconfig-002-20260118 (https://download.01.org/0day-ci/archive/20260118/202601181424.sInmm3MI-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9b8addffa70cee5b2acc5454712d9cf78ce45710)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260118/202601181424.sInmm3MI-lkp@intel.com/reproduce)
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/202601181424.sInmm3MI-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from fs/xfs/xfs_iunlink.c:19:
>> fs/xfs/xfs_trans.h:245:17: warning: declaration of 'enum xfs_blft' will not be visible outside of this function [-Wvisibility]
245 | enum xfs_blft);
| ^
1 warning generated.
vim +245 fs/xfs/xfs_trans.h
^1da177e4c3f41 Linus Torvalds 2005-04-16 243
a4fbe6ab1e7abe Dave Chinner 2013-10-23 244 void xfs_trans_buf_set_type(struct xfs_trans *, struct xfs_buf *,
a4fbe6ab1e7abe Dave Chinner 2013-10-23 @245 enum xfs_blft);
a4fbe6ab1e7abe Dave Chinner 2013-10-23 246 void xfs_trans_buf_copy_type(struct xfs_buf *dst_bp,
a4fbe6ab1e7abe Dave Chinner 2013-10-23 247 struct xfs_buf *src_bp);
a4fbe6ab1e7abe Dave Chinner 2013-10-23 248
:::::: The code at line 245 was first introduced by commit
:::::: a4fbe6ab1e7abecf42b75e9c73701ed33b4ab03b xfs: decouple inode and bmap btree header files
:::::: TO: Dave Chinner <dchinner@redhat.com>
:::::: CC: Ben Myers <bpm@sgi.com>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-01-18 6:47 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=202601181424.sInmm3MI-lkp@intel.com \
--to=lkp@intel.com \
--cc=amir73il@gmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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 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.