--- zzzz-none-000/linux-2.6.39.4/fs/fuse/file.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/fs/fuse/file.c 2021-11-10 13:23:10.000000000 +0000 @@ -914,8 +914,8 @@ if (offset == PAGE_CACHE_SIZE) offset = 0; - if (!fc->big_writes) - break; + //if (!fc->big_writes) + // break; } while (iov_iter_count(ii) && count < fc->max_write && req->num_pages < FUSE_MAX_PAGES_PER_REQ && offset == 0);