1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Remove unused sysctl.

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2012-05-29 17:53:11 +00:00
parent cf864f03b6
commit e21c77d804
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236247

View File

@ -67,12 +67,6 @@ static vdev_ops_t *vdev_ops_table[] = {
NULL
};
/* maximum scrub/resilver I/O queue per leaf vdev */
int zfs_scrub_limit = 10;
TUNABLE_INT("vfs.zfs.scrub_limit", &zfs_scrub_limit);
SYSCTL_INT(_vfs_zfs, OID_AUTO, scrub_limit, CTLFLAG_RDTUN, &zfs_scrub_limit, 0,
"Maximum scrub/resilver I/O queue");
/*
* Given a vdev type, return the appropriate ops vector.