xfs: consolidate the xfs_quota_reserve_blkres definitions
authorChristoph Hellwig <hch@lst.de>
Tue, 30 Apr 2024 12:58:21 +0000 (14:58 +0200)
committerChandan Babu R <chandanbabu@kernel.org>
Fri, 3 May 2024 05:45:03 +0000 (11:15 +0530)
commitf7b9ee784511920545558db85da24d022fb2805f
tree273cfe7b4e4f4104c53cb3eba1f02722b577adf4
parent67a841f9d7246e45dd8953dc936776132d90a048
xfs: consolidate the xfs_quota_reserve_blkres definitions

xfs_trans_reserve_quota_nblks is already stubbed out if quota support
is disabled, no need for an extra xfs_quota_reserve_blkres stub.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/xfs_quota.h