]> 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, 7 Mar 2023 03:55:20 +0000 (19:55 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:33 +0000 (15:03 -0800)
commit2ac178df5054f3724a178eb0d227c3297c28db49
tree4997f3712914fdffad25955f2939adacf984b432
parentf7ea4ab4277e2fa58d25a7a791054aaa673b91a2
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