]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
libxfs: create attr log item opcodes and formats for parent pointers
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:19 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:11 +0000 (17:01 -0700)
commit2c08c981c3467466fa9d6f7456870149485e6800
treec61648b193c169d61d600b035986c61e7c9e3267
parent2823d8ed93da2bd3880abb52a58e91a920961e27
libxfs: create attr log item opcodes and formats for parent pointers

Update xfs_attr_defer_add to use the pptr-specific opcodes if it's
reading or writing parent pointers.

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