Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed33625a authored by Jay Freeman (saurik)'s avatar Jay Freeman (saurik) Committed by Jean-Baptiste Queru
Browse files

Added a move flag for init's mount command that maps to MS_MOVE.

Change-Id: I7bc1a8ac5f73a34c101247f984cbf9ff29e02e7f
parent 05f202a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@ static struct {
    const char *name;
    unsigned flag;
} mount_flags[] = {
    { "move",       MS_MOVE },
    { "noatime",    MS_NOATIME },
    { "nosuid",     MS_NOSUID },
    { "nodev",      MS_NODEV },