Remove vfs.zfs.snapshot_list_prefetch, the corresponding code was
gone in r248571 already. MFC after: 1 week
This commit is contained in:
parent
0990a33089
commit
384f656a1a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user