Remove vfs.zfs.snapshot_list_prefetch, the corresponding code was

gone in r248571 already.

MFC after:	1 week
This commit is contained in:
delphij 2015-04-17 21:21:11 +00:00
parent 2ed1ecf65a
commit 9420bc6c71

View File

@ -195,11 +195,6 @@
CTASSERT(sizeof(zfs_cmd_t) < IOCPARM_MAX);
static int snapshot_list_prefetch;
SYSCTL_DECL(_vfs_zfs);
SYSCTL_INT(_vfs_zfs, OID_AUTO, snapshot_list_prefetch, CTLFLAG_RWTUN,
&snapshot_list_prefetch, 0, "Prefetch data when listing snapshots");
static struct cdev *zfsdev;
extern void zfs_init(void);