]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/os/linux/spl/spl-err.c
Fix declarations of non-global variables
[mirror_zfs.git] / module / os / linux / spl / spl-err.c
index 7d3f6127c4af25bdf1b5ba2f39e5f84a3f1e9f36..29781b9515b29f255c0a117f53eed68a802470bc 100644 (file)
@@ -32,7 +32,7 @@
  * analysis and other such goodies.
  * But we would still default to the current default of not to do that.
  */
-unsigned int spl_panic_halt;
+static unsigned int spl_panic_halt;
 /* CSTYLED */
 module_param(spl_panic_halt, uint, 0644);
 MODULE_PARM_DESC(spl_panic_halt, "Cause kernel panic on assertion failures");