Tmem has been in-tree for about seven months, but disabled
by default. Enabling it should be entirely harmless
unless a running PV domain has been tmem-modified.
I'd like to confirm that by enabling it now, so that
it can be enabled by default for the 4.0.0 release.
Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
#define EXPORT /* indicates code other modules are dependent upon */
-EXPORT int opt_tmem = 0;
+EXPORT int opt_tmem = 1;
boolean_param("tmem", opt_tmem);
EXPORT int opt_tmem_compress = 0;