aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/bio.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-03 19:22:32 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-03 19:22:32 +0000
commitb0fc6220b86f8447e3573548faa8c2e2ad5a66a6 (patch)
tree7544aad7492451e1e81824644261e4250d862b1c /sys/sys/bio.h
parent4eba52a2d2a4e1fe18eff0c590f9f7e24f73d382 (diff)
downloadsrc-b0fc6220b86f8447e3573548faa8c2e2ad5a66a6.tar.gz
src-b0fc6220b86f8447e3573548faa8c2e2ad5a66a6.zip
Remove BIO_SETATTR from non-GEOM part of kernel as well.
Notes
Notes: svn path=/head/; revision=113033
Diffstat (limited to 'sys/sys/bio.h')
-rw-r--r--sys/sys/bio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index f87e0c3cdb88..508632cf61fb 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -91,7 +91,6 @@ struct bio {
#define BIO_WRITE 0x00000002
#define BIO_DELETE 0x00000004
#define BIO_GETATTR 0x00000008
-#define BIO_SETATTR 0x00000010
#define BIO_CMD1 0x40000000 /* Available for local hacks */
#define BIO_CMD2 0x80000000 /* Available for local hacks */