MFC r281667:

Remove vfs.zfs.snapshot_list_prefetch, the corresponding code was
gone in r248571 already.
This commit is contained in:
delphij 2015-04-25 00:36:43 +00:00
parent 0ad6d83d83
commit 44560bae19

View File

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