]> git.itanic.dy.fi Git - linux-stable/commit
xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Dec 2023 04:57:18 +0000 (05:57 +0100)
committerChandan Babu R <chandanbabu@kernel.org>
Fri, 22 Dec 2023 05:48:10 +0000 (11:18 +0530)
commit825b49e4dad8eba37d32bd12ceb436f1b0958fde
tree0de4f4d2636aaf1f2edbc0ba78e4f91ea3146bda
parent944df75958807d56f2db9fdc769eb15dd9f0366a
xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function

Without this upcoming change can cause an unused variable warning,
when adding a local variable for the fields field passed to it.

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