mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
lightnvm: pblk: remove pblk_for_each_lun helper
Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
b1bcfda105
commit
d6d3ec2a3b
@ -51,10 +51,6 @@
|
||||
|
||||
#define NR_PHY_IN_LOG (PBLK_EXPOSED_PAGE_SIZE / PBLK_SECTOR)
|
||||
|
||||
#define pblk_for_each_lun(pblk, rlun, i) \
|
||||
for ((i) = 0, rlun = &(pblk)->luns[0]; \
|
||||
(i) < (pblk)->nr_luns; (i)++, rlun = &(pblk)->luns[(i)])
|
||||
|
||||
/* Static pool sizes */
|
||||
#define PBLK_GEN_WS_POOL_SIZE (2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user