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:
9236cac
)
f2fs crypto: remove alloc_page for bounce_page
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Mon, 1 Jun 2015 19:39:30 +0000
(12:39 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Mon, 1 Jun 2015 23:21:10 +0000
(16:21 -0700)
We don't need to call alloc_page() prior to mempool_alloc(), since the
mempool_alloc() calls alloc_page() internally.
And, if __GFP_WAIT is set, it never fails on page allocation, so let's
give GFP_NOWAIT and handle ENOMEM by writepage().
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
No differences found