commit | 80bdda42359bf38ef0c1a10205c2031a902c48ea | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Fri May 14 14:18:43 2010 -0700 |
committer | Android Code Review <code-review@android.com> | Fri May 14 14:18:43 2010 -0700 |
tree | 18871ee42707db25a15c15418b7642820cbfbda0 | |
parent | 34ed47a378cffe6350a64cd361045b6341d0a5a0 [diff] | |
parent | ed33625a4a15b00372e3b2155a3ce18f28d8f1ad [diff] |
Merge "Added a move flag for init's mount command that maps to MS_MOVE."
diff --git a/init/builtins.c b/init/builtins.c index b4af700..44faf17 100644 --- a/init/builtins.c +++ b/init/builtins.c
@@ -255,6 +255,7 @@ const char *name; unsigned flag; } mount_flags[] = { + { "move", MS_MOVE }, { "noatime", MS_NOATIME }, { "nosuid", MS_NOSUID }, { "nodev", MS_NODEV },