From: Pavel Emelyanov Date: Sat, 29 Jun 2013 17:45:29 +0000 (+0400) Subject: fuse: Implement writepages callback X-Git-Tag: v3.13-rc1~111^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d614df1da9d7d255686af5d6d4508f77853c01;p=pandora-kernel.git fuse: Implement writepages callback The .writepages one is required to make each writeback request carry more than one page on it. The patch enables optimized behaviour unconditionally, i.e. mmap-ed writes will benefit from the patch even if fc->writeback_cache=0. [SzM: simplify, add comments] Signed-off-by: Maxim Patlasov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed