Add SPL_META_RELEASE to module load/unload messages

Include the ZFS_META_RELEASE in the module load/unload messages
to more clearly indicate exactly what version of the SPL has
been loaded.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf
2012-03-23 12:03:57 -07:00
parent 5d139aaa2b
commit 0835057ee7
3 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
#define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i) ((void)0)
/* Missing globals */
extern char spl_version[16];
extern char spl_version[32];
extern unsigned long spl_hostid;
extern char hw_serial[11];