summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_reflink.h
diff options
context:
space:
mode:
authorColin Ian King2019-02-21 16:53:20 +0100
committerDarrick J. Wong2019-02-21 16:55:07 +0100
commit081a8ae2a54e85ddd77db77d50b1a04b3c4731c9 (patch)
tree16eb799bac083c1fda2479411ab32668c51f0b84 /fs/xfs/xfs_reflink.h
parentxfs: introduce an always_cow mode (diff)
downloadkernel-qcow2-linux-081a8ae2a54e85ddd77db77d50b1a04b3c4731c9.tar.gz
kernel-qcow2-linux-081a8ae2a54e85ddd77db77d50b1a04b3c4731c9.tar.xz
kernel-qcow2-linux-081a8ae2a54e85ddd77db77d50b1a04b3c4731c9.zip
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_reflink.h')
0 files changed, 0 insertions, 0 deletions