sys/vfs/hammer2: Fix XOP structure used in hammer2_inode_chain_flush()
commit41fa929b83a457679e957332e213225cbbfc6a55
authorTomohiro Kusumi <tkusumi@netbsd.org>
Sun, 16 Jul 2023 08:34:16 +0000 (16 01:34 -0700)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Sun, 16 Jul 2023 08:53:03 +0000 (16 01:53 -0700)
treecda0bdc01e071d6b536d9628361a7b1c37ca2c38
parent29bc5c0c6fa27106d24706ab1afcceabfecfbf86
sys/vfs/hammer2: Fix XOP structure used in hammer2_inode_chain_flush()

hammer2_inode_flush_desc expects hammer2_xop_flush_t, not hammer2_xop_fsync_t.
It's been compiling since both have a common header at offset 0,
and hammer2_xop_flush_t doesn't have any other fields.
sys/vfs/hammer2/hammer2_inode.c