Remove D_NEEDGIANT from dead_devsw. biofinish() (and thus dead_strategy)
does not need Giant. MFC after: 1 month
This commit is contained in:
parent
184749821f
commit
f39f73f47c
@ -307,7 +307,6 @@ dead_strategy(struct bio *bp)
|
||||
|
||||
static struct cdevsw dead_cdevsw = {
|
||||
.d_version = D_VERSION,
|
||||
.d_flags = D_NEEDGIANT, /* XXX: does dead_strategy need this ? */
|
||||
.d_open = dead_open,
|
||||
.d_close = dead_close,
|
||||
.d_read = dead_read,
|
||||
|
Loading…
x
Reference in New Issue
Block a user