]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: update realtime super every time we update the primary fs super
authorDarrick J. Wong <djwong@kernel.org>
Mon, 25 Nov 2024 21:14:21 +0000 (13:14 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:29 +0000 (18:01 -0800)
commit96867b5dd9f83b0a3cc083874a566b8eee9c6a34
treea542a646e871c56bd5b0473d04e2e7cf45cd66de
parent1278e817a799ccf91c00f25987dbc29aa5b9a540
xfs: update realtime super every time we update the primary fs super

Source kernel commit: 76d3be00df91a56f7c05142ed500f8f8544d5457

Every time we update parts of the primary filesystem superblock that are
echoed in the rt superblock, we must update the rt super.  Avoid
changing the log to support logging to the rt device by using ordered
buffers.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
include/xfs_trans.h
libxfs/libxfs_api_defs.h
libxfs/libxfs_io.h
libxfs/rdwr.c
libxfs/trans.c
libxfs/xfs_rtgroup.c
libxfs/xfs_rtgroup.h
libxfs/xfs_sb.c
libxfs/xfs_sb.h