diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-03 19:19:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-03 19:19:36 +0000 |
| commit | 4eba52a2d2a4e1fe18eff0c590f9f7e24f73d382 (patch) | |
| tree | e071f5b74738f1646ef25a42e7161bcaad74c816 /sys/dev/md/md.c | |
| parent | ab0ff32ea16b95ff92421285d78ce82831134751 (diff) | |
Notes
Diffstat (limited to 'sys/dev/md/md.c')
| -rw-r--r-- | sys/dev/md/md.c | 1 |
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; } |
