Remove NEEDGIANT from the scsi_sg /dev node. It likely has not been

needed for many years.

Reported by:	imp
This commit is contained in:
scottl 2019-11-22 18:18:36 +00:00
parent d0eb5a2a8f
commit 39d1a64ba3

View File

@ -142,7 +142,7 @@ PERIPHDRIVER_DECLARE(sg, sgdriver);
static struct cdevsw sg_cdevsw = {
.d_version = D_VERSION,
.d_flags = D_NEEDGIANT | D_TRACKCLOSE,
.d_flags = D_TRACKCLOSE,
.d_open = sgopen,
.d_close = sgclose,
.d_ioctl = sgioctl,