X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=mount-setup.c;h=c6a471237be8783a46bcb46965e807545bd511e9;hp=12605ebb4d158c9614be932f1b660b778c732ebb;hb=a04f58d6cb678a574e85a26c453aeb6c7884bb93;hpb=055ba4d60e9539d5ec7cc66cc7a7ea3c0ce93679 diff --git a/mount-setup.c b/mount-setup.c index 12605ebb4..c6a471237 100644 --- a/mount-setup.c +++ b/mount-setup.c @@ -85,6 +85,10 @@ static int mount_one(const char *t[]) { if (r > 0) return 0; + /* The access mode here doesn't really matter too much, since + * the mounted file system will take precedence anyway. */ + mkdir(t[MOUNT_WHERE], 0755); + log_debug("Mounting %s to %s of type %s with options %s.", t[MOUNT_WHAT], t[MOUNT_WHERE],