mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-20 06:52:20 +00:00
7a9f9ec698
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>