--- zzzz-none-000/linux-2.6.32.61/fs/fuse/file.c 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/fs/fuse/file.c 2013-02-12 10:55:49.000000000 +0000 @@ -902,9 +902,10 @@ offset += tmp; if (offset == PAGE_CACHE_SIZE) offset = 0; - +/* fuse big writes immer erlauben unabhaengig von der mount option if (!fc->big_writes) break; +*/ } while (iov_iter_count(ii) && count < fc->max_write && req->num_pages < FUSE_MAX_PAGES_PER_REQ && offset == 0);