]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: don't use a xfs_log_iovec for attr_item names and values
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Jul 2025 12:30:09 +0000 (14:30 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:15 +0000 (17:30 +0200)
commit8bf931f99e84a31974f862e0f981738d048ab67f
tree4f1d8f249c6fc1215e48ebd3a5f06a5a64f153fe
parente870cbe6fa7cf58ba6ef216ecfd6db1cde33a8f1
xfs: don't use a xfs_log_iovec for attr_item names and values

These buffers are not directly logged, just use a kvec and remove the
xlog_copy_from_iovec helper only used here.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_attr_item.c
fs/xfs/xfs_attr_item.h
fs/xfs/xfs_log.h