commit | 7e85bc6c873215f19a0b750febfb097d1f3c3292 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 29 22:18:11 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed May 30 08:03:15 2018 -0700 |
tree | f821a9abf0bd86d56af87ef06168a210c8be8fdb | |
parent | 04a2b7b254f9c72bdcb819a99d95df8504c9b639 [diff] |
xfs: add helpers to attach quotas to inodes Add a helper routine to attach quota information to inodes that are about to undergo repair. If that fails, we need to schedule a quotacheck for the next mount but allow the corrupted metadata repair to continue. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>