* [hch-xfs:xfs-zoned 32/60] fs/xfs/xfs_quota.h:171:10: error: parameter name omitted
@ 2023-11-15 19:45 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-11-15 19:45 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: oe-kbuild-all
tree: git://git.infradead.org/users/hch/xfs xfs-zoned
head: 1f3ae3d354c278bed39a2951003c1411ebf428eb
commit: 55c775f7f07c2222007068a151e3808734654259 [32/60] xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function
config: i386-randconfig-016-20231116 (https://download.01.org/0day-ci/archive/20231116/202311160333.ACq7OCIA-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231116/202311160333.ACq7OCIA-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/202311160333.ACq7OCIA-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from fs/xfs/libxfs/xfs_imeta.c:20:0:
fs/xfs/xfs_quota.h: In function 'xfs_trans_mod_dquot_byino':
>> fs/xfs/xfs_quota.h:171:10: error: parameter name omitted
struct xfs_inode *ip, uint, int64_t)
^~~~~~~~~
>> fs/xfs/xfs_quota.h:171:10: error: parameter name omitted
vim +171 fs/xfs/xfs_quota.h
156
157 #else
158 static inline int
159 xfs_qm_vop_dqalloc(struct xfs_inode *ip, kuid_t kuid, kgid_t kgid,
160 prid_t prid, uint flags, struct xfs_dquot **udqp,
161 struct xfs_dquot **gdqp, struct xfs_dquot **pdqp)
162 {
163 *udqp = NULL;
164 *gdqp = NULL;
165 *pdqp = NULL;
166 return 0;
167 }
168 #define xfs_trans_dup_dqinfo(tp, tp2)
169 #define xfs_trans_free_dqinfo(tp)
170 static inline void xfs_trans_mod_dquot_byino(struct xfs_trans *tp,
> 171 struct xfs_inode *ip, uint, int64_t)
172 {
173 }
174 #define xfs_trans_apply_dquot_deltas(tp)
175 #define xfs_trans_unreserve_and_mod_dquots(tp)
176 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp,
177 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks,
178 bool force)
179 {
180 return 0;
181 }
182 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp,
183 struct xfs_mount *mp, struct xfs_dquot *udqp,
184 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp,
185 int64_t nblks, long nions, uint flags)
186 {
187 return 0;
188 }
189
--
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:[~2023-11-15 19:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-15 19:45 [hch-xfs:xfs-zoned 32/60] fs/xfs/xfs_quota.h:171:10: error: parameter name omitted 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.