xfs: rearrange xfs_attr_match parameters
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 16:47:35 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 23 Apr 2024 14:46:55 +0000 (07:46 -0700)
commit63211876ced33fbb730f515e8d830de53533fc82
tree4b3ea8b65b6c11d10dc791c27b503e7abe679e7f
parentea0b3e814741fb64e7785b564ea619578058e0b0
xfs: rearrange xfs_attr_match parameters

Rearrange the parameters to this function so that they match the order
of attr listent: attr_flags -> name -> namelen -> value -> valuelen.

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