From: Pavel Reichl Date: Wed, 22 Jan 2020 16:29:45 +0000 (-0500) Subject: xfs: remove the xfs_qoff_logitem_t typedef X-Git-Tag: v5.5.0-rc0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84b9a2ca4e9a9501f20a04e5952ed1da7798eddf;p=thirdparty%2Fxfsprogs-dev.git xfs: remove the xfs_qoff_logitem_t typedef Source kernel commit: d0bdfb106907e4a3ef4f25f6d27e392abf41f3a0 Signed-off-by: Pavel Reichl Reviewed-by: Darrick J. Wong [darrick: fix a comment] Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_trans_resv.c b/libxfs/xfs_trans_resv.c index 351b6b804..e6eff5b41 100644 --- a/libxfs/xfs_trans_resv.c +++ b/libxfs/xfs_trans_resv.c @@ -740,7 +740,7 @@ xfs_calc_qm_dqalloc_reservation( /* * Turning off quotas. - * the xfs_qoff_logitem_t: sizeof(struct xfs_qoff_logitem) * 2 + * the quota off logitems: sizeof(struct xfs_qoff_logitem) * 2 * the superblock for the quota flags: sector size */ STATIC uint @@ -753,7 +753,7 @@ xfs_calc_qm_quotaoff_reservation( /* * End of turning off quotas. - * the xfs_qoff_logitem_t: sizeof(struct xfs_qoff_logitem) * 2 + * the quota off logitems: sizeof(struct xfs_qoff_logitem) * 2 */ STATIC uint xfs_calc_qm_quotaoff_end_reservation(void)