From: Miklos Szeredi Date: Fri, 6 Jan 2006 08:19:41 +0000 (-0800) Subject: [PATCH] fuse: make maximum write data configurable X-Git-Tag: v2.6.16-rc1~936^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec870d524c9150add120475c8ddcfa50574f98e;p=pandora-kernel.git [PATCH] fuse: make maximum write data configurable Make the maximum size of write data configurable by the filesystem. The previous fixed 4096 limit only worked on architectures where the page size is less or equal to this. This change make writing work on other architectures too, and also lets the filesystem receive bigger write requests in direct_io mode. Normal writes which go through the page cache are still limited to a page sized chunk per request. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed