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

Commit 745111fb authored by Eric Biggers's avatar Eric Biggers Committed by Gerrit Code Review
Browse files

Merge "Remove unneeded 'slave' flag for /data_mirror/data_ce/null"

parents 874448f4 28a1969e
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -952,9 +952,10 @@ on post-fs-data
    mkdir /data_mirror/data_de/null 0700 root root
    mkdir /data_mirror/data_de/null 0700 root root


    # Bind mount CE and DE data directory to mirror's default volume directory.
    # Bind mount CE and DE data directory to mirror's default volume directory.
    # The 'slave' option (MS_SLAVE) is needed to cause the later bind mount of
    # Note that because the /data mount has the "shared" propagation type, the
    # /data/data onto /data/user/0 to propagate to /data_mirror/data_ce/null/0.
    # later bind mount of /data/data onto /data/user/0 will automatically
    mount none /data/user /data_mirror/data_ce/null bind rec slave
    # propagate to /data_mirror/data_ce/null/0 as well.
    mount none /data/user /data_mirror/data_ce/null bind rec
    mount none /data/user_de /data_mirror/data_de/null bind rec
    mount none /data/user_de /data_mirror/data_de/null bind rec


    # Create mirror directory for jit profiles
    # Create mirror directory for jit profiles