From 3e5235b0d95020e8260d8deb6d7b070b0e0c60be Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 2 Jul 2010 00:28:44 +0200 Subject: mount: automatically create non-existing mount point dirs prior to mounting --- src/mount.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mount.h') 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; -- cgit v1.2.3-54-g00ecf