summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-03 19:19:36 +0000
committerphk <phk@FreeBSD.org>2003-04-03 19:19:36 +0000
commitcbe207a30e425a431f1d8f771ce9d018271ca5e0 (patch)
treee071f5b74738f1646ef25a42e7161bcaad74c816 /sys/geom/geom.h
parentaba0028d272a9879e0f7722eba21b6473412d294 (diff)
downloadFreeBSD-src-cbe207a30e425a431f1d8f771ce9d018271ca5e0.zip
FreeBSD-src-cbe207a30e425a431f1d8f771ce9d018271ca5e0.tar.gz
Remove all references to BIO_SETATTR. We will not be using it.
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index 2afa103..9850855 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -261,7 +261,6 @@ void g_destroy_bio(struct bio *);
void g_io_deliver(struct bio *bp, int error);
int g_io_getattr(const char *attr, struct g_consumer *cp, int *len, void *ptr);
void g_io_request(struct bio *bp, struct g_consumer *cp);
-int g_io_setattr(const char *attr, struct g_consumer *cp, int len, void *ptr);
struct bio *g_new_bio(void);
void * g_read_data(struct g_consumer *cp, off_t offset, off_t length, int *error);
int g_write_data(struct g_consumer *cp, off_t offset, void *ptr, off_t length);
OpenPOWER on IntegriCloud