mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-28 20:06:16 +00:00
These boolean checks are all mutually exclusive, meaning this check will always succeed due to the negative. Instead of && it needs to use ||. Signed-off-by: Auke Kok <auke.kok@versity.com>