Re: [linkinjeon-exfat:dev 1/1] fs/exfat/iomap.c:175:31: warning: 'exfat_swap_iomap_ops' defined but not used
Namjae Jeon <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <CAKYAXd_gxwQLMKQESNFtKr9Eo29YKUTSYyyyOTjtryO_Za+h5w@mail.gmail.com> |
On Fri, Aug 28, 2026 at 6:51 AM kernel test robot <[email protected]> wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git dev > head: 20cb0bad8c3ad9220aff3e61e8703e17f72bb7f9 > commit: 20cb0bad8c3ad9220aff3e61e8703e17f72bb7f9 [1/1] exfat: map allocated extents for swap activation > config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20260828/[email protected]/config) > compiler: sh4-linux-gcc (GCC) 16.1.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260828/[email protected]/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 <[email protected]> > | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ > > All warnings (new ones prefixed by >>): > > >> fs/exfat/iomap.c:175:31: warning: 'exfat_swap_iomap_ops' defined but not used [-Wunused-const-variable=] > 175 | static const struct iomap_ops exfat_swap_iomap_ops = { > | ^~~~~~~~~~~~~~~~~~~~ I will fix it. Thanks for the report!