All of lore.kernel.org
 help / color / mirror / Atom feed
* [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
@ 2026-01-18  6:46 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-01-18  6:46 UTC (permalink / raw)
  To: Amir Goldstein; +Cc: oe-kbuild-all

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-18  6:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-18  6:46 [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 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.