summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-08-16 18:04:33 +0000
committerjhb <jhb@FreeBSD.org>2012-08-16 18:04:33 +0000
commit05949946d9fee4725e201f8b2d233420c2c74983 (patch)
tree3a97d32363d99936e4ddd55e69e1d1c4ceb5a092 /sys/kern/kern_conf.c
parent7c7c85dcacfa78db4623a3f2cfc2849b5b551635 (diff)
downloadFreeBSD-src-05949946d9fee4725e201f8b2d233420c2c74983.zip
FreeBSD-src-05949946d9fee4725e201f8b2d233420c2c74983.tar.gz
Remove D_NEEDGIANT from dead_devsw. biofinish() (and thus dead_strategy)
does not need Giant. MFC after: 1 month
Diffstat (limited to 'sys/kern/kern_conf.c')
-rw-r--r--sys/kern/kern_conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c
index 31f4683..1eb2364 100644
--- a/sys/kern/kern_conf.c
+++ b/sys/kern/kern_conf.c
@@ -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,
OpenPOWER on IntegriCloud