commit | d6cd861b118dcfda6cc1604000e26c53eaf36f5e | [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 | 69d8ec3e86476d4054efdf8ea8ed29d2a928b4e5 [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