All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Christoph Hellwig <hch@lst.de>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [hch-xfs:xfs-zoned 32/60] fs/xfs/xfs_quota.h:171:10: error: parameter name omitted
Date: Thu, 16 Nov 2023 03:45:51 +0800	[thread overview]
Message-ID: <202311160333.ACq7OCIA-lkp@intel.com> (raw)

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

                 reply	other threads:[~2023-11-15 19:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202311160333.ACq7OCIA-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=hch@lst.de \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.