]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
authorJulian Sun <sunjunchao2870@gmail.com>
Wed, 2 Oct 2024 01:23:58 +0000 (18:23 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commitd488f8152f47012dcfc276516ee146458a2d9ad4
tree38df169774b525fd38a1b0151b2e3b2062df9cc8
parent9ba014e2e6502b8fa0558e3d6d2532c2eff9e896
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES

Source kernel 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>
libxfs/xfs_quota_defs.h
libxfs/xfs_trans_resv.c