Make zfs_immediate_write_sz a module paramater
authorCyril Plisko <cyril.plisko@mountall.com>
Mon, 8 Oct 2012 18:02:20 +0000 (20:02 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Oct 2012 18:09:21 +0000 (11:09 -0700)
commit15fd274973be58f2851bf9d8e8d913b4c10151a6
treed38efd3c123b91f2e9095f9d198a07abd91633d0
parent5b7e5b5ab980ecfce7381820a1b952dc1af5a7bb
Make zfs_immediate_write_sz a module paramater

zfs_immediate_write_sz variable is a tunable, but lacks proper
module_param() instrumentation.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1032
module/zfs/zfs_log.c