commit | 1f31c98d650ca342e2f54cb17c4554ad110c5a11 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Aug 01 15:50:27 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Aug 03 08:17:35 2018 -0700 |
tree | 51e0ed93c3493c0a005bb7bdc108aff5221d798a | |
parent | c2b6e1591b6b15e1dcd9c1596b0371b6abc48fed [diff] |
xfs: only validate summary counts on primary superblock Skip the summary counter checks for secondary superblocks and inprogress primary superblocks because mkfs has always written those out with zeroed summary counters. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>