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

Change-Id: I7bc1a8ac5f73a34c101247f984cbf9ff29e02e7f
This commit is contained in:
Jay Freeman (saurik) 2009-01-13 21:55:35 +00:00 committed by Jean-Baptiste Queru
parent 05f202a94b
commit ed33625a4a
1 changed files with 1 additions and 0 deletions

View File

@ -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 },