commit | 7cb41b1d14e139f7f4247fc29af25e59139bc1ac | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jan 07 16:11:30 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jan 09 10:55:19 2020 -0800 |
tree | 1a9191f7e8ad84b766992ec039ece0754ab28513 | |
parent | d29f781c32b1d1366c8ac10be31dad1e1f39c336 [diff] |
xfs: remove bogus assertion when online repair isn't enabled We don't need to assert on !REPAIR in the stub version of xrep_calc_ag_resblks that is called when online repair hasn't been compiled into the kernel because none of the repair code will ever run. Reported-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>