chiark / gitweb /
machined: add early checks for unrealistically large image/pool sizes
[elogind.git] / src / basic / mount-util.c
index ff5893d3dbde979c45973f6f1c73cdf29cbbb74d..8ae1e3108777540984d5fb2e44f249063c2d82d6 100644 (file)
@@ -235,8 +235,7 @@ int path_is_mount_point(const char *t, int flags) {
         return fd_is_mount_point(fd, basename(t), flags);
 }
 
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 int umount_recursive(const char *prefix, int flags) {
         bool again;
         int n = 0, r;