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:
26bf3dc
)
f2fs: avoid duplicated code by reusing f2fs_read_end_io
author
Chao Yu
<chao2.yu@samsung.com>
Mon, 25 May 2015 10:03:38 +0000
(18:03 +0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Mon, 1 Jun 2015 23:21:04 +0000
(16:21 -0700)
This patch tries to clean up code because part code of f2fs_read_end_io
and mpage_end_io are the same, so it's better to merge and reuse them.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found