]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: update primary realtime super every time we update the primary fs super
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:42:55 +0000 (09:42 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:38 +0000 (17:21 -0700)
commit2e8924192f9927aa6af8f60367d44322f968198c
treefed82aeaf5bf64b7a4e26e0537e8bbe04b1bae8b
parent4526ea4726392b4b5cd7952f71c0fd38b2228e67
xfs: update primary 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 primary rt super, we should update that primary realtime
super.  Avoid an ondisk log format change by using ordered buffers to
write the primary rt super.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
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