]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: restructure xfs_attr_complete_op a bit
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:22:44 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:01 +0000 (17:01 -0700)
commitfc63a9f25a04420cfd601c068ed45aec32f05c4e
treeafe25c8a777eb248e30cad4a9ea71f6bca95f531
parenta62b7d05c415a0eb3bcc80eab82e52b156011a22
xfs: restructure xfs_attr_complete_op a bit

Source kernel commit: 992c3b5c3fe6f42778436649ddae2b7a2984b7aa

Eliminate the local variable from this function so that we can
streamline things a bit later when we add the PPTR_REPLACE op code.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_attr.c