diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-02-21 18:53:20 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-02-21 18:55:07 +0300 |
commit | 081a8ae2a54e85ddd77db77d50b1a04b3c4731c9 (patch) | |
tree | 16eb799bac083c1fda2479411ab32668c51f0b84 /fs/xfs/xfs_rmap_item.h | |
parent | 66ae56a53f0e34113da1a70068422b9444fe66f0 (diff) | |
download | linux-081a8ae2a54e85ddd77db77d50b1a04b3c4731c9.tar.xz |
xfs: fix uninitialized error variable
A previous commit removed the initialization of variable 'error' to zero,
and can cause a bogus error return. This occurs when error contains a
non-zero garbage value and the call to xchk_should_terminate detects a
pending fatal signal and checks for a zero error before setting it
to -EAGAIN. Fix the issue by initializing error to zero.
Fixes: b9454fe056bd ("xfs: clean up the inode cluster checking in the inobt scrub")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_rmap_item.h')
0 files changed, 0 insertions, 0 deletions