View | Details | Raw Unified | Return to bug 218954
Collapse All | Expand All

(-)b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c (-1 / +2 lines)
Lines 367-372 SYSCTL_INT(_vfs_zfs, OID_AUTO, deadman_enabled, CTLFLAG_RDTUN, Link Here
367
    &zfs_deadman_enabled, 0, "Kernel panic on stalled ZFS I/O");
367
    &zfs_deadman_enabled, 0, "Kernel panic on stalled ZFS I/O");
368
SYSCTL_INT(_vfs_zfs, OID_AUTO, spa_asize_inflation, CTLFLAG_RWTUN,
368
SYSCTL_INT(_vfs_zfs, OID_AUTO, spa_asize_inflation, CTLFLAG_RWTUN,
369
    &spa_asize_inflation, 0, "Worst case inflation factor for single sector writes");
369
    &spa_asize_inflation, 0, "Worst case inflation factor for single sector writes");
370
SYSCTL_INT(_vfs_zfs, OID_AUTO, free_leak_on_eio, CTLFLAG_RWTUN,
371
    &zfs_free_leak_on_eio, 0, "Leak space from indirect blocks that can not be read");
370
#endif
372
#endif
371
373
372
#ifndef illumos
374
#ifndef illumos
373
- 

Return to bug 218954