* [tytso-ext4:dev 15/15] include/linux/fs.h:1268:12: error: 'struct super_block' has no member named 's_encoding_flags'
@ 2025-02-13 8:19 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-13 8:19 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: oe-kbuild-all, linux-ext4
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git dev
head: ab00acfcfc62ade16f642841d8807816b27b8944
commit: ab00acfcfc62ade16f642841d8807816b27b8944 [15/15] ext4: introduce linear search for dentries
config: x86_64-buildonly-randconfig-002-20250213 (https://download.01.org/0day-ci/archive/20250213/202502131639.HjJlsWin-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250213/202502131639.HjJlsWin-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/202502131639.HjJlsWin-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from fs/ext4/namei.c:28:
fs/ext4/namei.c: In function '__ext4_find_entry':
>> include/linux/fs.h:1268:12: error: 'struct super_block' has no member named 's_encoding_flags'
1268 | (sb->s_encoding_flags & SB_ENC_NO_COMPAT_FALLBACK_FL)
| ^~
fs/ext4/namei.c:1602:27: note: in expansion of macro 'sb_no_casefold_compat_fallback'
1602 | else if (!sb_no_casefold_compat_fallback(dir->i_sb) &&
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +1268 include/linux/fs.h
1263
1264 #define sb_has_strict_encoding(sb) \
1265 (sb->s_encoding_flags & SB_ENC_STRICT_MODE_FL)
1266
1267 #define sb_no_casefold_compat_fallback(sb) \
> 1268 (sb->s_encoding_flags & SB_ENC_NO_COMPAT_FALLBACK_FL)
1269
--
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:[~2025-02-13 8:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-13 8:19 [tytso-ext4:dev 15/15] include/linux/fs.h:1268:12: error: 'struct super_block' has no member named 's_encoding_flags' 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.