]> www.infradead.org Git - linux.git/commit
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
authorJulian Sun <sunjunchao2870@gmail.com>
Sun, 21 Jul 2024 11:27:01 +0000 (07:27 -0400)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 29 Jul 2024 03:59:31 +0000 (09:29 +0530)
commitaf5d92f2fad818663da2ce073b6fe15b9d56ffdc
tree85688cb5339090545696e3b3f66b27875d56e943
parent19ebc8f84ea12e18dd6c8d3ecaf87bcf4666eee1
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES

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>
fs/xfs/libxfs/xfs_quota_defs.h
fs/xfs/libxfs/xfs_trans_resv.c