zram-swap-manager
zram-swap-manager copied to clipboard
Fix infinite recursion
#11
When the other variables in the for loop can't break the loop, the last one which has the same name as the function will cause infinite recursion.
This happens when the device has the /dev/block/zram*
but actually hasn't enabled zram.
cc @VR-25