mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-19 22:42:40 +00:00
d2cd610c53
The value of `ret` is not initialized. If the writeback list is empty, or, if igrab() fails on the only inode on the list, the value of `ret` is returned without being initialized. This would cause the caller to needlessly have to retry, perhaps possibly make things worse. Signed-off-by: Auke Kok <auke.kok@versity.com>