fuse: delete dead .write_begin and .write_end aops
authorJohannes Weiner <jweiner@redhat.com>
Mon, 25 Jul 2011 20:35:34 +0000 (22:35 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Mon, 8 Aug 2011 14:08:08 +0000 (16:08 +0200)
commitb40cdd56dfa065c0832905e266b39f79419e6914
tree38ea1fa5cd6c49a9baedfc92309e8478d5cc32ae
parent37fb3a30b46237f23cfdf7ee09d49f9888dd13bf
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 <jweiner@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/file.c