> On 30 Jan 2018, at 21.26, Matias Bjørling 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 > --- > 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