Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xfs: fix uninitialized variable in xfs_attr3_leaf_inactive
Dan Carpenter pointed out that error is uninitialized. While there never should be an attr leaf block with zero entries, let's not leave that logic bomb there. Fixes: 0bb9d15 ("xfs: streamline xfs_attr3_leaf_inactive") Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Allison Collins <[email protected]> Reviewed-by: Eric Sandeen <[email protected]>
- Loading branch information