]> www.infradead.org Git - users/dwmw2/linux.git/commit
xfs: update realtime super every time we update the primary fs super
authorDarrick J. Wong <djwong@kernel.org>
Mon, 4 Nov 2024 04:19:18 +0000 (20:19 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:39 +0000 (13:38 -0800)
commit76d3be00df91a56f7c05142ed500f8f8544d5457
tree813a1a59fe7f028f6b2e158e437fc5f233c0899e
parent18618e7100dd46dde237713a1d55851150f193c5
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>
fs/xfs/libxfs/xfs_rtgroup.c
fs/xfs/libxfs/xfs_rtgroup.h
fs/xfs/libxfs/xfs_sb.c
fs/xfs/libxfs/xfs_sb.h
fs/xfs/xfs_buf_item_recover.c
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans.h
fs/xfs/xfs_trans_buf.c