commit | 3d95d88b14ce1272202a866296258dcd3a1a85ce | [log] [tgz] |
---|---|---|
author | Ryo Hashimoto <hashimoto@google.com> | Wed Mar 14 19:24:47 2018 +0900 |
committer | Ryo Hashimoto <hashimoto@google.com> | Thu Mar 15 14:22:27 2018 +0900 |
tree | c0614317be1afd2858b6982d41cce807f8b42d16 | |
parent | 84379567d3c7d9df0d05b9f02093b1548563450a [diff] |
Stop using SO_SNDBUFFORCE Use SO_SNDBUF which doesn't require CAP_NET_ADMIN instead. Change the value of kFuseMaxWrite to 128KB. In the kernel code, there is a constant FUSE_MAX_PAGES_PER_REQ which limits the size of requests to 128KB. Bug: 74725300 Test: atest android.os.storage.cts.StorageManagerTest Change-Id: Ic3a8f1a7378d027a6c0ee054cedc2c9f4b7509ad