]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: rearrange xfs_attr_match parameters
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:22:45 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:02 +0000 (17:01 -0700)
commit8c25f2285d993c7bfd176802cad139203366e373
tree6528e650743175dcb0f1ad238f27496221c0fc0a
parent07e3a45861fac13046b740a19bf8fcd46294a0f2
xfs: rearrange xfs_attr_match parameters

Source kernel commit: 63211876ced33fbb730f515e8d830de53533fc82

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>
libxfs/xfs_attr_leaf.c