diff options
Diffstat (limited to 'module/zfs/spa_misc.c')
-rw-r--r-- | module/zfs/spa_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/spa_misc.c b/module/zfs/spa_misc.c index ae9eb4de7..a3ac70f07 100644 --- a/module/zfs/spa_misc.c +++ b/module/zfs/spa_misc.c @@ -312,7 +312,7 @@ unsigned long zfs_deadman_ziotime_ms = 300000ULL; * Check time in milliseconds. This defines the frequency at which we check * for hung I/O. */ -unsigned long zfs_deadman_checktime_ms = 60000ULL; +unsigned long zfs_deadman_checktime_ms = 60000ULL; /* * By default the deadman is enabled. |