diff options
author | NeilBrown <[email protected]> | 2017-04-15 20:55:41 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2017-04-16 10:06:25 -0600 |
commit | b0e0306ce14180baee00cea9be5600eef6750af8 (patch) | |
tree | 5f406c62e83b94f0b50f0c5ad6d117e0bec83f72 /scripts/gdb/linux | |
parent | 48d663a314489f136a46abf8e3f0d014d7769209 (diff) |
lightnvm: don't check for failure from mempool_alloc()
mempool_alloc() cannot fail if the gfp flags allow it to
sleep, and both GFP_KERNEL and GFP_NOIO allows for sleeping.
So rrpc_move_valid_pages() and rrpc_make_rq() don't need to
test the return value.
Signed-off-by: NeilBrown <[email protected]>
Signed-off-by: Matias Bjørling <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions