We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1048d commit dad42d1Copy full SHA for dad42d1
drivers/nvdimm/security.c
@@ -457,7 +457,7 @@ void __nvdimm_security_overwrite_query(struct nvdimm *nvdimm)
457
clear_bit(NDD_WORK_PENDING, &nvdimm->flags);
458
put_device(&nvdimm->dev);
459
nvdimm->sec.flags = nvdimm_security_flags(nvdimm, NVDIMM_USER);
460
- nvdimm->sec.flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER);
+ nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER);
461
}
462
463
void nvdimm_security_overwrite_query(struct work_struct *work)
0 commit comments