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

This commit is contained in:
Jean-Baptiste Queru 2010-05-14 14:18:43 -07:00 committed by Android Code Review
commit 80bdda4235
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 },