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

Commit 71d36aa3 authored by Ryo Hashimoto's avatar Ryo Hashimoto Committed by android-build-merger
Browse files

Merge "Change FUSE_MAX_WRITE's value to 128KB" into pi-dev am: ebc30594

am: 583d8962

Change-Id: I74a85f3c8a4a5d8a427d0aa2c1d4ebabdb7997df
parents 4c8e177d 583d8962
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ public class FuseAppLoop implements Handler.Callback {
    private static final int FUSE_FSYNC = 20;

    // Defined in FuseBuffer.h
    private static final int FUSE_MAX_WRITE = 256 * 1024;
    private static final int FUSE_MAX_WRITE = 128 * 1024;

    @Override
    public boolean handleMessage(Message msg) {