mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-19 22:42:40 +00:00
2c4316b096
This function returns a stack pointer to a struct scoutfs_extent, after
setting start, len to an extent found in the proper zone, but it leaves
map and flags members unset.
Initialize the struct to {0,} avoids passing uninitialized values up the
callstack.
Signed-off-by: Auke Kok <auke.kok@versity.com>