Since shared_vn always has to be zero, zero it at the end of repair. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- repair/xfs_repair.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repair/xfs_repair.c b/repair/xfs_repair.c index 622d569..ecfa6b4 100644 --- a/repair/xfs_repair.c +++ b/repair/xfs_repair.c @@ -1050,6 +1050,9 @@ _("Note - stripe unit (%d) and width (%d) were copied from a backup superblock.\ be32_to_cpu(dsb->sb_unit), be32_to_cpu(dsb->sb_width)); } + /* shared_vn is always zero. */ + dsb->sb_shared_vn = 0; + libxfs_writebuf(sbp, 0); /* -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html