commit | 1aa26707ebd65e1260f4a912cae1fb4c37cc4ebd | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 22 09:51:51 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 25 16:47:49 2021 -0700 |
tree | 506834debac44eb4611e16a53d806f431a5f9d33 | |
parent | e424aa5f547d2510f8ea1199e7b4ed8ef2d9439d [diff] |
xfs: fix uninitialized variables in xrep_calc_ag_resblks If we can't read the AGF header, we never actually set a value for freelen and usedlen. These two variables are used to make the worst case estimate of btree size, so it's safe to set them to the AG size as a fallback. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>