diff options
author | 2015-06-01 12:39:30 -0700 | |
---|---|---|
committer | 2015-06-01 16:21:10 -0700 | |
commit | 4683ff837c2d000212f72ce72cab22f061e5a77c (patch) | |
tree | 847f0c100de55b920c1fdaf956df33b976995f71 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f2fs: fix a deadlock for summary page lock vs. sentry_lock (diff) | |
download | wireguard-linux-4683ff837c2d000212f72ce72cab22f061e5a77c.tar.xz wireguard-linux-4683ff837c2d000212f72ce72cab22f061e5a77c.zip |
f2fs crypto: remove alloc_page for bounce_page
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>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions