commit | 482fce55d2809d639fd0d2e6249c89dedc20eeae | [log] [tgz] |
---|---|---|
author | Maxim Patlasov <MPatlasov@parallels.com> | Thu Oct 10 17:11:25 2013 +0400 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Apr 02 15:38:49 2014 +0200 |
tree | c2c9df130d7805c4e8a7a5afe1cf8af5c89340d6 | |
parent | e7cc133c370f541fa16723ad7df24de375c26fce [diff] |
fuse: restructure fuse_readpage() Move the code filling and sending read request to a separate function. Future patches will use it for .write_begin -- partial modification of a page requires reading the page from the storage very similarly to what fuse_readpage does. Signed-off-by: Maxim Patlasov <MPatlasov@parallels.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>