]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: fix uninit variable in libxfs_alloc_file_space
authorDarrick J. Wong <djwong@kernel.org>
Thu, 16 Jan 2025 21:22:04 +0000 (13:22 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 16 Jan 2025 21:27:27 +0000 (13:27 -0800)
commitfe9efcb37d1f07530c6fe59a9c2ab7a1182a3fac
tree6dc426101f3ed52124b13bb76428088079c28ed9
parentc08fe89d4441bb95aaf6f6c1751a9537ee00173b
libxfs: fix uninit variable in libxfs_alloc_file_space

Fix this uninitialized variable.

Coverity-id: 1637359
Fixes: b48164b8cd7618 ("libxfs: resync libxfs_alloc_file_space interface with the kernel")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/util.c