lightnvm: rename dma helper functions
authorJavier González <javier@cnexlabs.com>
Fri, 6 May 2016 18:03:13 +0000 (20:03 +0200)
committerJens Axboe <axboe@fb.com>
Fri, 6 May 2016 18:51:10 +0000 (12:51 -0600)
commit75b8564932ef646e8620deffacbe134846333948
tree9e8e6c71494bce11fee3599b324c04b194131234
parent003fad376b924fc3a61c659f38da70356ec144fa
lightnvm: rename dma helper functions

Until now, the dma pool have been exclusively used to allocate the ppa
list being sent to the device. In pblk (upcoming), we use these pools to
allocate metadata too. Thus, we generalize the names of some variables
on the dma helper functions to make the code more readable.

Signed-off-by: Javier González <javier@cnexlabs.com>
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/lightnvm/core.c
drivers/nvme/host/lightnvm.c
include/linux/lightnvm.h
This page took 0.025314 seconds and 5 git commands to generate.