diff options
author | Darrick J. Wong <djwong@kernel.org> | 2021-03-22 09:51:52 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-03-25 16:47:49 -0700 |
commit | 05237032fdec14a7f393259620d522e9c9a92685 (patch) | |
tree | d2f525c284e879f92498c8db3e5342dd882a30f1 /sound/parisc | |
parent | 1aa26707ebd65e1260f4a912cae1fb4c37cc4ebd (diff) | |
download | linux-05237032fdec14a7f393259620d522e9c9a92685.tar.bz2 |
xfs: fix dquot scrub loop cancellation
When xchk_quota_item figures out that it needs to terminate the scrub
operation, it needs to return some error code to abort the loop, but
instead it returns zero and the loop keeps running. Fix this by making
it use ECANCELED, and fix the other loop bailout condition check at the
bottom too.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'sound/parisc')
0 files changed, 0 insertions, 0 deletions