From: Johannes Weiner Date: Mon, 25 Jul 2011 20:35:34 +0000 (+0200) Subject: fuse: delete dead .write_begin and .write_end aops X-Git-Tag: v3.1-rc4~49^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40cdd56dfa065c0832905e266b39f79419e6914;p=pandora-kernel.git fuse: delete dead .write_begin and .write_end aops Ever since 'ea9b990 fuse: implement perform_write', the .write_begin and .write_end aops have been dead code. Their task - acquiring a page from the page cache, sending out a write request and releasing the page again - is now done batch-wise to maximize the number of pages send per userspace request. Signed-off-by: Johannes Weiner Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed