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:
Scott Long 2019-11-22 18:18:36 +00:00
parent 90e43b446d
commit f0d6f5774a

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,