Remove D_NEEDGIANT from dead_devsw. biofinish() (and thus dead_strategy)

does not need Giant.

MFC after:	1 month
This commit is contained in:
John Baldwin 2012-08-16 18:04:33 +00:00
parent 184749821f
commit f39f73f47c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239335

View File

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