aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2013-08-27 19:10:36 +0000
committerColin Percival <cperciva@FreeBSD.org>2013-08-27 19:10:36 +0000
commitd1688fc3f179648b4d9d5dc8f46430e6c3470327 (patch)
tree38623d8cfd5201ac4bee52178aa6c28048fb7074
parent4d93b060fa4c557830c690e6cb90b398a43e3582 (diff)
downloadsrc-d1688fc3f179648b4d9d5dc8f46430e6c3470327.tar.gz
src-d1688fc3f179648b4d9d5dc8f46430e6c3470327.zip
Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.
Approved by: gibbs
Notes
Notes: svn path=/head/; revision=254968
-rw-r--r--sys/dev/xen/blkfront/blkfront.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/xen/blkfront/blkfront.c b/sys/dev/xen/blkfront/blkfront.c
index 9f1b08297f3c..969c3d8caf1a 100644
--- a/sys/dev/xen/blkfront/blkfront.c
+++ b/sys/dev/xen/blkfront/blkfront.c
@@ -878,10 +878,6 @@ xbd_setup_sysctl(struct xbd_softc *xbd)
"maximum outstanding requests (negotiated)");
SYSCTL_ADD_UINT(sysctl_ctx, children, OID_AUTO,
- "max_requests", CTLFLAG_RD, &xbd->xbd_max_requests, -1,
- "maximum outstanding requests (negotiated)");
-
- SYSCTL_ADD_UINT(sysctl_ctx, children, OID_AUTO,
"max_request_segments", CTLFLAG_RD,
&xbd->xbd_max_request_segments, 0,
"maximum number of pages per requests (negotiated)");