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/geom/geom_aes.c | |
parent | ab0ff32ea16b95ff92421285d78ce82831134751 (diff) |
Remove all references to BIO_SETATTR. We will not be using it.
Notes
Notes:
svn path=/head/; revision=113032
Diffstat (limited to 'sys/geom/geom_aes.c')
-rw-r--r-- | sys/geom/geom_aes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c index 481483577e4e..6862e989dbc5 100644 --- a/sys/geom/geom_aes.c +++ b/sys/geom/geom_aes.c @@ -228,7 +228,6 @@ g_aes_start(struct bio *bp) g_io_request(bp2, cp); break; case BIO_GETATTR: - case BIO_SETATTR: bp2 = g_clone_bio(bp); if (bp2 == NULL) { g_io_deliver(bp, ENOMEM); |