* fs/nfs/nfs4proc.c:231:2: error: expected expression
@ 2026-08-14 12:06 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-08-14 12:06 UTC (permalink / raw)
To: Tom Haynes; +Cc: llvm, oe-kbuild-all, 0day robot, Mike Snitzer
tree: https://github.com/intel-lab-lkp/linux/commits/Mike-Snitzer/nfs4-2-add-nfs4_2-x-to-generate-the-UNCACHEABLE_FILE_DATA-attribute/20260809-013525
head: d4e3d375fc17be88b916893f8c10abf763e51718
commit: 05a7e931533f15c5e8a56b30cd59cd2aafc5c717 nfs4.2: add UNCACHEABLE_FILE_DATA attribute support
date: 6 days ago
config: x86_64-kexec (https://download.01.org/0day-ci/archive/20260814/202608141400.RkKLVEMl-lkp@intel.com/config)
compiler: clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260814/202608141400.RkKLVEMl-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/202608141400.RkKLVEMl-lkp@intel.com/
All errors (new ones prefixed by >>):
>> fs/nfs/nfs4proc.c:231:2: error: expected expression
231 | | FATTR4_WORD2_UNCACHEABLE_FILE_DATA
| ^
1 error generated.
vim +231 fs/nfs/nfs4proc.c
207
208 /*
209 * This is our standard bitmap for GETATTR requests.
210 */
211 const u32 nfs4_fattr_bitmap[3] = {
212 FATTR4_WORD0_TYPE
213 | FATTR4_WORD0_CHANGE
214 | FATTR4_WORD0_SIZE
215 | FATTR4_WORD0_FSID
216 | FATTR4_WORD0_FILEID,
217 FATTR4_WORD1_MODE
218 | FATTR4_WORD1_NUMLINKS
219 | FATTR4_WORD1_OWNER
220 | FATTR4_WORD1_OWNER_GROUP
221 | FATTR4_WORD1_RAWDEV
222 | FATTR4_WORD1_SPACE_USED
223 | FATTR4_WORD1_TIME_ACCESS
224 | FATTR4_WORD1_TIME_CREATE
225 | FATTR4_WORD1_TIME_METADATA
226 | FATTR4_WORD1_TIME_MODIFY
227 | FATTR4_WORD1_MOUNTED_ON_FILEID,
228 #ifdef CONFIG_NFS_V4_SECURITY_LABEL
229 FATTR4_WORD2_SECURITY_LABEL
230 #endif
> 231 | FATTR4_WORD2_UNCACHEABLE_FILE_DATA
232 };
233
--
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-08-14 12:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 12:06 fs/nfs/nfs4proc.c:231:2: error: expected expression 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.