commit | 296b5d0bfb8c91e8836c62d80985cf401e0d502d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Jan 29 15:44:32 2021 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Feb 01 17:48:43 2021 -0800 |
tree | a01e8c9971e34e7c67b38493c7e8bbf9f414f114 | |
parent | 56ea8d80d796d3b259812bc54c982f55c1187c47 [diff] |
xfs: shut down the filesystem if we screw up quota errors If we ever screw up the quota reservations enough to trip the assertions, something's wrong with the quota code. Shut down the filesystem when this happens, because this is corruption. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>