diff options
author | Javier González <jg@lightnvm.io> | 2017-06-26 11:57:21 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-06-26 16:27:39 -0600 |
commit | f680f19aa6dbbbabf499250d49f18a426b14f1c2 (patch) | |
tree | 78dbe23eb94ec0680ed1f5ece1bec7916d124a23 /drivers/lightnvm/pblk.h | |
parent | f9c101523da75cd483b95f04c21242bb83960d93 (diff) | |
download | talos-obmc-linux-f680f19aa6dbbbabf499250d49f18a426b14f1c2.tar.gz talos-obmc-linux-f680f19aa6dbbbabf499250d49f18a426b14f1c2.zip |
lightnvm: pblk: simplify meta. memory allocation
smeta size will always be suitable for a kmalloc allocation. Simplify
the code and leave the vmalloc fallback only for emeta, where the pblk
configuration has an impact.
Signed-off-by: Javier González <javier@cnexlabs.com>
Signed-off-by: Matias Bjørling <matias@cnexlabs.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/lightnvm/pblk.h')
-rw-r--r-- | drivers/lightnvm/pblk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/lightnvm/pblk.h b/drivers/lightnvm/pblk.h index 6dc58d360077..3fe8b05e3de0 100644 --- a/drivers/lightnvm/pblk.h +++ b/drivers/lightnvm/pblk.h @@ -446,7 +446,6 @@ struct pblk_line_mgmt { __le32 *vsc_list; /* Valid sector counts for all lines */ /* Metadata allocation type: VMALLOC | KMALLOC */ - int smeta_alloc_type; int emeta_alloc_type; /* Pre-allocated metadata for data lines */ |