zfs/module/nvpair
Brian Behlendorf b4f3666a16 Retire spl_module_init()/spl_module_fini()
In the original implementation of the SPL wrappers were provided
for module initialization and cleanup.  This was done to abstract
away any compatibility code which might be needed for the SPL.

As it turned out the only significant compatibility issue was that
the default pwd during module load differed under Illumos and Linux.
Since this is such as minor thing and the wrappers complicate the
code they are being retired.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2985
2015-02-24 11:37:44 -08:00
..
Makefile.in Illumos #2619 and #2747 2013-01-08 10:35:35 -08:00
fnvpair.c Illumos #3464 2013-09-04 16:01:24 -07:00
nvpair.c Retire spl_module_init()/spl_module_fini() 2015-02-24 11:37:44 -08:00
nvpair_alloc_fixed.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
nvpair_alloc_spl.c Use vmem_alloc() for nvlists 2015-02-10 11:00:08 -08:00