FreeBSD-specific addition to r289191.

This commit is contained in:
mav 2015-10-12 18:15:25 +00:00
parent 997b0e8273
commit 71f83ef21c

View File

@ -107,6 +107,9 @@ extern int zfs_txg_timeout;
*/
boolean_t zfs_free_bpobj_enabled = B_TRUE;
SYSCTL_INT(_vfs_zfs, OID_AUTO, free_bpobj_enabled, CTLFLAG_RWTUN,
&zfs_free_bpobj_enabled, 0, "Enable free_bpobj processing");
/* the order has to match pool_scan_type */
static scan_cb_t *scan_funcs[POOL_SCAN_FUNCS] = {
NULL,