diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-02 00:28:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-02 00:28:44 +0200 |
commit | 3e5235b0d95020e8260d8deb6d7b070b0e0c60be (patch) | |
tree | ae2be3467b41db199a553602d821835b9bed2518 /src/mount.h | |
parent | 1f812feafb4b98d5cfa2934886bbdd43325780bb (diff) |
mount: automatically create non-existing mount point dirs prior to mounting
Diffstat (limited to 'src/mount.h')
-rw-r--r-- | src/mount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mount.h b/src/mount.h index 30da1368ff..4732902ef3 100644 --- a/src/mount.h +++ b/src/mount.h @@ -81,6 +81,8 @@ struct Mount { usec_t timeout_usec; + mode_t directory_mode; + ExecCommand exec_command[_MOUNT_EXEC_COMMAND_MAX]; ExecContext exec_context; |