summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-11 17:28:10 +0200
committerSven Eden <yamakuzure@gmx.net>2017-04-26 12:59:13 +0200
commit68def6bc80ba50ed3b3658d00799a3ec295c4d7a (patch)
tree92a7721824f71dfcaf856da0c8699d0c72515b58 /src/basic/mount-util.c
parentc5729796b4ec5e5f4800bfe6bd9ceb5c2da81fbe (diff)
Prep v228: Condense elogind source masks (2/5)
Diffstat (limited to 'src/basic/mount-util.c')
-rw-r--r--src/basic/mount-util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c
index ff5893d3d..8ae1e3108 100644
--- a/src/basic/mount-util.c
+++ b/src/basic/mount-util.c
@@ -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;