commit | 00d22a1c367d03f469f8e1e924b062b09b0545e8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Aug 10 17:55:56 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Aug 13 07:58:27 2018 -0700 |
tree | cb6d90656069fa13a1e5d32b9ab8bc0b166ef978 | |
parent | 01239d77b9dd978863d1a75f0d095ab942a1fe66 [diff] |
xfs: recalculate summary counters at mount time if icount is bad Since the sb write verifier trips on bad icounts, we should also force a mount time recalculation of the summary counters if the icount is bad. This helps us avoid blowing up at freeze/unmount time when the bad counter gets written back out. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>