diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2021-08-21 15:20:54 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2021-09-20 00:57:17 +0000 |
| commit | 9b8da0026ba398c892c087296030a4cae2d5a338 (patch) | |
| tree | fee9967da243dcdd0a8183cdc988a0e81b0f1b01 /sys/cam | |
| parent | f604ea06307b84e71c5a4710cec0166aaa060b4b (diff) | |
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_target.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_target.c b/sys/cam/scsi/scsi_target.c index b2874f49f13f..dd06ca7d64ba 100644 --- a/sys/cam/scsi/scsi_target.c +++ b/sys/cam/scsi/scsi_target.c @@ -115,7 +115,6 @@ static struct filterops targread_filtops = { static struct cdevsw targ_cdevsw = { .d_version = D_VERSION, - .d_flags = D_NEEDGIANT, .d_open = targopen, .d_read = targread, .d_write = targwrite, |
