
<     simple_recursive_removal(dir, NULL);
---
>     if (!dir)
>         goto out_err;
>     simple_recursive_removal(dir, NULL);
> out_err:
>     return -ENOENT;
