xfs: restructure xfs_attr_complete_op a bit
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 16:47:29 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 23 Apr 2024 14:46:53 +0000 (07:46 -0700)
commit992c3b5c3fe6f42778436649ddae2b7a2984b7aa
tree8b002122e17c17b1632a776febf9b81505555bb4
parent309dc9cbbb4379241bcc9b5a6a42c04279a0e5a7
xfs: restructure xfs_attr_complete_op a bit

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>
fs/xfs/libxfs/xfs_attr.c