mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-04 23:27:05 +00:00
More recent gcc notices that ret in delete_files can be undefined if nr is 0 while missing that we won't call delete_files in that case. Seems worth fixing, regardless. Signed-off-by: Zach Brown <zab@versity.com>