Add linux user util support

This topic branch contains required changes to the user space
utilities to allow them to integrate cleanly with Linux.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf
2010-08-26 11:57:29 -07:00
parent d603ed6c27
commit 9b020fd97a
6 changed files with 41 additions and 36 deletions
+2 -2
View File
@@ -3036,8 +3036,8 @@ main(int argc, char **argv)
}
kernel_init(FREAD);
g_zfs = libzfs_init();
ASSERT(g_zfs != NULL);
if ((g_zfs = libzfs_init()) == NULL)
return (1);
if (dump_all)
verbose = MAX(verbose, 1);