]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
fuse: restructure fuse_readpage()
authorMaxim Patlasov <MPatlasov@parallels.com>
Thu, 10 Oct 2013 13:11:25 +0000 (17:11 +0400)
committerMiklos Szeredi <mszeredi@suse.cz>
Wed, 2 Apr 2014 13:38:49 +0000 (15:38 +0200)
commit482fce55d2809d639fd0d2e6249c89dedc20eeae
treec2c9df130d7805c4e8a7a5afe1cf8af5c89340d6
parente7cc133c370f541fa16723ad7df24de375c26fce
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>
fs/fuse/file.c