commit | b40cdd56dfa065c0832905e266b39f79419e6914 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <jweiner@redhat.com> | Mon Jul 25 22:35:34 2011 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Mon Aug 08 16:08:08 2011 +0200 |
tree | 38ea1fa5cd6c49a9baedfc92309e8478d5cc32ae | |
parent | 37fb3a30b46237f23cfdf7ee09d49f9888dd13bf [diff] |
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>