commit | f467cad95f5e3814fda408dea76eb962ab19685d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jul 20 09:28:40 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 23 09:08:01 2018 -0700 |
tree | d7785b7c90559b5ded75cdf1f90625a41a276ba6 | |
parent | 53235f22151ea7229e1251e46e68098bcf74922d [diff] |
xfs: force summary counter recalc at next mount Use the "bad summary count" mount flag from the previous patch to skip writing the unmount record to force log recovery at the next mount, which will recalculate the summary counters for us. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>