OSDN Git Service

scsi: sd: Warn if unsupported ZBC device is probed
authorDamien Le Moal <damien.lemoal@wdc.com>
Thu, 28 Jan 2021 05:56:58 +0000 (14:56 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 9 Feb 2021 02:11:32 +0000 (21:11 -0500)
commitbf1b4659dc278b68f22b11b2c5fe7e3eb96e75a7
treeb50537167c30a20b77f10e19cd4f85aca8d10462
parentd2aacd36a8e00bc1813841b482e3933acb1ea0b5
scsi: sd: Warn if unsupported ZBC device is probed

In sd_probe(), print a warning if CONFIG_BLK_DEV_ZONED is disabled and a
TYPE_ZBC device is found. While at it, use IS_ENABLED() to test if
CONFIG_BLK_DEV_ZONED is enabled instead using of a #ifdef.

Link: https://lore.kernel.org/r/20210128055658.530133-1-damien.lemoal@wdc.com
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c