| commit | add1924f6f721c5bf76e6b4f6206631c3edaade2 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 21 17:07:12 2019 -0700 |
| committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Jun 26 13:01:55 2019 -0700 |
| tree | 1ca9e0f3207cb57b13647a6a209d0401e7fbc203 | |
| parent | 5f5f864c2b2b2eaa0a1c793cbcdfba058e135618 [diff] |
xfs: poll waiting for quotacheck Create a pwork destroy function that uses polling instead of uninterruptible sleep to wait for work items to finish so that we can touch the softlockup watchdog. IOWs, gross hack. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>