Re: [PATCH 1/2] lightnvm: remove mlc pairs structure
From: Javier González <hidden>
Date: 2018-01-31 02:00:33
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Javier González <hidden>
Date: 2018-01-31 02:00:33
Also in:
lkml
On 30 Jan 2018, at 21.26, Matias Bjørling [off-list ref] wrote: The known implementations of the 1.2 specification, and upcoming 2.0 implementation all expose a sequential list of pages to write. Remove the data structure, as it is no longer needed. Signed-off-by: Matias Bjørling <redacted> --- drivers/nvme/host/lightnvm.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-)
Even though the current implementations does not use the MLC pairing information, this is part of the on the 1.2 identification. Until we eventually remove 1.2 support (if we do), the identify structure should reflect the specification as is. Javier