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

Commit f81f9fbf authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "fs_mgr: overlayfs: suppress mkfs output" am: 1412f3c9

am: ebd9925b

Change-Id: I21bc0a084b573934b003223cd09b30ab5ce59f2f
parents 2a39ba2b ebd9925b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -636,7 +636,7 @@ bool fs_mgr_overlayfs_make_scratch(const std::string& scratch_device, const std:
        LERROR << mnt_type << " has no mkfs cookbook";
        return false;
    }
    command += " " + scratch_device;
    command += " " + scratch_device + " >/dev/null 2>/dev/null </dev/null";
    fs_mgr_set_blk_ro(scratch_device, false);
    auto ret = system(command.c_str());
    if (ret) {