chiark / gitweb /
mount-setup: create full paths when mounting
authorLennart Poettering <lennart@poettering.net>
Sat, 10 Apr 2010 02:51:14 +0000 (04:51 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 10 Apr 2010 16:00:21 +0000 (18:00 +0200)
mount-setup.c

index a0eb75ca6a14d6954c03c66d3669bd7b400b9551..f3041941ac4326d070b1325a6a159c9f7da83cb2 100644 (file)
@@ -90,7 +90,7 @@ static int mount_one(const char *t[]) {
 
         /* The access mode here doesn't really matter too much, since
          * the mounted file system will take precedence anyway. */
-        mkdir(t[MOUNT_WHERE], 0755);
+        mkdir_p(t[MOUNT_WHERE], 0755);
 
         log_debug("Mounting %s to %s of type %s with options %s.",
                   t[MOUNT_WHAT],