]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: update realtime super every time we update the primary fs super
authorDarrick J. Wong <djwong@kernel.org>
Tue, 1 Oct 2024 23:14:51 +0000 (16:14 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:11 +0000 (16:29 -0700)
commita134f58e36dc304671c92d63582a8303a3b2d5ac
tree3b8fe556cff2e50a7c3d25203af78c8573b93ff4
parentb7b64a09b4c5c1dcda7ccaeb3c621d2c4231c9bc
xfs: update realtime super every time we update the primary fs super

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