commit | eda6bc27ccc852d34393739009486932f3ba70ae | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Mon Nov 27 18:23:32 2017 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Nov 28 08:57:11 2017 -0800 |
tree | b2806edb817b1be0542d2cbd7944b4b6cae3298d | |
parent | d41c6172bd4031979eab722c265a2e5764383c3c [diff] |
xfs: fix uninitialized variable in xfs_scrub_quota On the first pass through the while(1) loop, we get to xfs_scrub_should_terminate() which can test the uninitialized error variable. Fixes-coverity-id: 1423737 Fixes: c2fc338c ("xfs: scrub quota information") Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>