Merge "fs_mgr: support -o sync"

am: 2184ecb8ad

Change-Id: I26bf22694ffd6680ddd3278db25fadf7d65bf241
This commit is contained in:
Jaegeuk Kim 2019-06-10 14:55:19 -07:00 committed by android-build-merger
commit 1d8e339ba9

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