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

Commit 30b0838b authored by Matthew Maurer's avatar Matthew Maurer Committed by Gerrit Code Review
Browse files

Merge "trusty: rpmb_dev: Prevent desync between rpmb_dev and storageproxyd"

parents 4d3c2846 8f625665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -591,7 +591,7 @@ int main(int argc, char** argv) {
        return EXIT_SUCCESS;
    }

    open_flags = O_RDWR;
    open_flags = O_RDWR | O_SYNC;
    if (init) {
        open_flags |= O_CREAT | O_TRUNC;
    }