git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7cc133
)
fuse: restructure fuse_readpage()
author
Maxim Patlasov
<MPatlasov@parallels.com>
Thu, 10 Oct 2013 13:11:25 +0000
(17:11 +0400)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 2 Apr 2014 13:38:49 +0000
(15:38 +0200)
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
patch
|
blob
|
history
diff --cc
fs/fuse/file.c
Simple merge