targ(4): Remove D_NEEDGIANT.

I don't believe this code needs Giant, if ever needed.

MFC after:	1 month
This commit is contained in:
Alexander Motin 2021-08-21 11:20:54 -04:00
parent 84d5b6bd68
commit f3dcedd3de

View File

@ -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,