From: Maxim Patlasov Date: Thu, 10 Oct 2013 13:11:25 +0000 (+0400) Subject: fuse: restructure fuse_readpage() X-Git-Tag: v3.15-rc1~94^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482fce55d2809d639fd0d2e6249c89dedc20eeae;p=pandora-kernel.git 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 Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed