diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-05 21:35:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-05 21:35:35 +0200 |
commit | 6d313367d9ef780560e117e886502a99fa220eac (patch) | |
tree | 2439c5fa8369919c0617173606e560080be1c100 /src/shared/util.h | |
parent | c3544e8d2c2d870a2aff0944aff4ab7824b9ae6b (diff) |
namespace: when setting up an inaccessible mount point, unmounting everything below
This has the benefit of not triggering any autofs mount points
unnecessarily.
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 62eb60402d..ac851fa4d6 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -942,3 +942,5 @@ union file_handle_union { }; int update_reboot_param_file(const char *param); + +int umount_recursive(const char *target, int flags); |