This is not a samsung standard, so remove that alias.
This was never documented, and isn't needed, so it's best removed to avoid confusion. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D18460
This commit is contained in:
parent
eac8e82796
commit
8775459902
@ -117,7 +117,7 @@ print_intel_write_lat_log(const struct nvme_controller_data *cdata __unused, voi
|
||||
}
|
||||
|
||||
/*
|
||||
* Table 19. 5.4 SMART Attributes. Samsung also implements this and some extra data not documented.
|
||||
* Table 19. 5.4 SMART Attributes. Others also implement this and some extra data not documented.
|
||||
*/
|
||||
static void
|
||||
print_intel_add_smart(const struct nvme_controller_data *cdata __unused, void *buf, uint32_t size __unused)
|
||||
@ -193,6 +193,3 @@ NVME_LOGPAGE(intel_wlat,
|
||||
NVME_LOGPAGE(intel_smart,
|
||||
INTEL_LOG_ADD_SMART, "intel", "Extra Health/SMART Data",
|
||||
print_intel_add_smart, DEFAULT_SIZE);
|
||||
NVME_LOGPAGE(samsung_smart, /* NOTE, this will be deleted before 13.0 */
|
||||
INTEL_LOG_ADD_SMART, "samsung", "Extra Health/SMART Data",
|
||||
print_intel_add_smart, DEFAULT_SIZE);
|
||||
|
Loading…
Reference in New Issue
Block a user