X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=mount-setup.c;h=c6a471237be8783a46bcb46965e807545bd511e9;hb=0571e0111d76cf96aa4069d9c7a6e24d97aa7e48;hp=12605ebb4d158c9614be932f1b660b778c732ebb;hpb=055ba4d60e9539d5ec7cc66cc7a7ea3c0ce93679;p=elogind.git 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],