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

Commit 80bdda42 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

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

parents 34ed47a3 ed33625a
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 },