Merge "fs_mgr: support -o sync"

This commit is contained in:
Treehugger Robot 2019-06-10 21:40:23 +00:00 committed by Gerrit Code Review
commit 2184ecb8ad
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ FlagList kMountFlagsList[] = {
{"nodiratime", MS_NODIRATIME},
{"ro", MS_RDONLY},
{"rw", 0},
{"sync", MS_SYNCHRONOUS},
{"remount", MS_REMOUNT},
{"bind", MS_BIND},
{"rec", MS_REC},