xfs: Initialize error in xfs_attr_remove_iter
authorAllison Henderson <allison.henderson@oracle.com>
Fri, 25 Jun 2021 18:19:58 +0000 (11:19 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 25 Jun 2021 18:19:58 +0000 (11:19 -0700)
commitd3a3340b6af28ab79a66687973fb0287d976d490
treec365e134a16d3b2ad4c4e8eae230cb797797e530
parenta8f3522c9a1f4a31e93b17f2b5310a2b615f5581
xfs: Initialize error in xfs_attr_remove_iter

A recent bug report generated a warning that a code path in
xfs_attr_remove_iter could potentially return error uninitialized in the
case of XFS_DAS_RM_SHRINK state.  Fix this by initializing error.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_attr.c