mbox series

[0/2] xfs: fix two issues regarding mount failures

Message ID 20241231023423.656128-1-leo.lilong@huawei.com (mailing list archive)
Headers show
Series xfs: fix two issues regarding mount failures | expand

Message

Long Li Dec. 31, 2024, 2:34 a.m. UTC
This patch set fix two issue regarding mount failures, the patch 1
fixes the issue where the current kernel cannot mount a xfs disk
without realtime subvolume; the patch 2 resolves the problem of the
mount thread getting hang after a failure.

Long Li (2):
  xfs: correct the sb_rgcount when the disk not support rt volume
  xfs: fix mount hang during primary superblock recovery failure

 fs/xfs/libxfs/xfs_sb.c        | 2 +-
 fs/xfs/xfs_buf_item_recover.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)