Brian Behlendorf 87d98efe9e Fix zfs_txg_timeout module parameter
Allow the zfs_txg_timeout variable to be dynamically tuned at run
time.  By pulling it down out of the variable declaration it will
be evaluted each time through the loop.

The zfs_txg_timeout variable is now declared extern in a the common
sys/txg.h header rather than locally in dsl_scan.c.  This prevents
potential type mismatches if the global variable needs to be used
elsewhere.

Move the module_param() code in to the same source file where
zfs_txg_timeout is declared.  This is the most logical location.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2012-10-11 15:07:09 -07:00
..
2012-08-27 11:47:44 -07:00
2012-08-27 12:01:37 -07:00
2011-05-04 10:02:37 -07:00
2012-08-27 12:01:37 -07:00
2012-03-22 13:03:47 -07:00
2012-03-07 16:28:00 -08:00
2012-08-27 12:01:37 -07:00
2012-10-11 15:07:09 -07:00
2011-02-10 09:21:43 -08:00
2012-07-11 13:33:31 -07:00
2011-03-02 11:43:50 -08:00
2011-09-27 16:12:36 -07:00
2012-10-03 13:32:48 -07:00
2012-07-10 11:31:55 -07:00
2012-02-27 14:08:17 -08:00
2011-02-10 09:27:21 -08:00
2011-11-28 15:45:51 -08:00
2012-03-22 13:03:47 -07:00
2011-08-02 10:34:55 -07:00
2012-03-22 13:03:47 -07:00
2012-06-29 09:56:51 -07:00
2012-08-27 12:01:37 -07:00
2011-02-23 12:29:38 -08:00