Merge "fs_mgr: support -o sync" into qt-dev

am: 607611e016

Change-Id: If99555bb7062eec589f5d5d5472bad4a7f1e72dc
This commit is contained in:
Jaegeuk Kim 2019-06-10 20:03:11 -07:00 committed by android-build-merger
commit 09022ece56
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},