All of lore.kernel.org
 help / color / mirror / Atom feed
* [bcachefs:bcachefs-testing 183/184] fs/bcachefs/fs.c:219:1: warning: no return statement in function returning non-void
@ 2024-04-22  8:18 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-04-22  8:18 UTC (permalink / raw)
  To: Kent Overstreet; +Cc: oe-kbuild-all, Kent Overstreet

tree:   https://evilpiepirate.org/git/bcachefs.git bcachefs-testing
head:   b6c8ce298a81e9cfd9d7ed73d3ccb1e737e4fe07
commit: 653cfdde6b4749c4162866b8d9cd858ce3a12525 [183/184] bcachefs: Clean up inode alloc
config: nios2-randconfig-002-20240422 (https://download.01.org/0day-ci/archive/20240422/202404221601.RLb8P5Tf-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240422/202404221601.RLb8P5Tf-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/202404221601.RLb8P5Tf-lkp@intel.com/

All warnings (new ones prefixed by >>):

   fs/bcachefs/fs.c: In function 'bch2_alloc_inode':
>> fs/bcachefs/fs.c:219:1: warning: no return statement in function returning non-void [-Wreturn-type]
     219 | }
         | ^


vim +219 fs/bcachefs/fs.c

   215	
   216	static struct inode *bch2_alloc_inode(struct super_block *sb)
   217	{
   218		BUG();
 > 219	}
   220	

-- 
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:[~2024-04-22  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22  8:18 [bcachefs:bcachefs-testing 183/184] fs/bcachefs/fs.c:219:1: warning: no return statement in function returning non-void 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.