mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-21 14:00:29 +00:00
The gcc version in el7 can't determine that scoutfs_block_check_stale won't return ret = 0 when the input ret value is < 0, and errors because we might call alloc_wpage with an uninitialized read_seq. Initialize it to 0 to avoid it. Signed-off-by: Auke Kok <auke.kok@versity.com>