]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
authorJulian Sun <sunjunchao2870@gmail.com>
Wed, 11 Jun 2025 21:01:21 +0000 (14:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2025 10:07:19 +0000 (11:07 +0100)
commit3ec6c4f041fb6501ea95faa49f0b777c36fa3b8e
treed7a11d1a9b406b033231e4735e514f5074287a82
parentb0932e4f9da85349d1c8f2a77d2a7a7163b8511d
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES

[ Upstream commit af5d92f2fad818663da2ce073b6fe15b9d56ffdc ]

In the macro definition of XFS_DQUOT_LOGRES, a parameter is accepted,
but it is not used. Hence, it should be removed.

This patch has only passed compilation test, but it should be fine.

Signed-off-by: Julian Sun <sunjunchao2870@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Signed-off-by: Leah Rumancik <leah.rumancik@gmail.com>
Acked-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/xfs/libxfs/xfs_quota_defs.h
fs/xfs/libxfs/xfs_trans_resv.c