]> git.itanic.dy.fi Git - linux-stable/commit
xfs: move xfs_attr_defer_type up in xfs_attr_item.c
authorChristoph Hellwig <hch@lst.de>
Wed, 13 Dec 2023 09:06:30 +0000 (10:06 +0100)
committerChandan Babu R <chandanbabu@kernel.org>
Thu, 14 Dec 2023 05:40:33 +0000 (11:10 +0530)
commit2e8f7b6f4a15ea92cb2186ad300ae4191d0edcef
treea46c61dc0a0bdf46d9f4f4c8eb5df6fd28175df3
parentc00eebd09e95757c9c1d08f0a6bbc32c543daf90
xfs: move xfs_attr_defer_type up in xfs_attr_item.c

We'll reference it directly in xlog_recover_attri_commit_pass2, so move
it up a bit.

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_attr_item.c