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:
parent
90e43b446d
commit
f0d6f5774a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user