aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md/md.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-03 19:19:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-03 19:19:36 +0000
commit4eba52a2d2a4e1fe18eff0c590f9f7e24f73d382 (patch)
treee071f5b74738f1646ef25a42e7161bcaad74c816 /sys/dev/md/md.c
parentab0ff32ea16b95ff92421285d78ce82831134751 (diff)
Notes
Diffstat (limited to 'sys/dev/md/md.c')
-rw-r--r--sys/dev/md/md.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 958fc9856d34..5b62659cadce 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -368,7 +368,6 @@ g_md_start(struct bio *bp)
switch(bp->bio_cmd) {
case BIO_GETATTR:
- case BIO_SETATTR:
g_io_deliver(bp, EOPNOTSUPP);
return;
}