Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2184ecb8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: support -o sync"

parents 7a6ce062 5ffa9704
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -61,6 +61,7 @@ FlagList kMountFlagsList[] = {
        {"nodiratime", MS_NODIRATIME},
        {"nodiratime", MS_NODIRATIME},
        {"ro", MS_RDONLY},
        {"ro", MS_RDONLY},
        {"rw", 0},
        {"rw", 0},
        {"sync", MS_SYNCHRONOUS},
        {"remount", MS_REMOUNT},
        {"remount", MS_REMOUNT},
        {"bind", MS_BIND},
        {"bind", MS_BIND},
        {"rec", MS_REC},
        {"rec", MS_REC},