Re: [PATCH 2/2] lightnvm: remove multiple groups in 1.2 data structure
From: Javier González <hidden>
Date: 2018-01-31 02:02:30
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Javier González <hidden>
Date: 2018-01-31 02:02:30
Also in:
lkml
On 30 Jan 2018, at 21.26, Matias Bjørling [off-list ref] wrote: Only one id group from the 1.2 specification is supported. Make sure that only the first group is accessible. Signed-off-by: Matias Bjørling <redacted> --- drivers/nvme/host/lightnvm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Same as before. Even though current implementation only uses one group, the 1.2 specification relies on 4. At least, the identify structure should reflect this. Javier