Print this page
4206 history_003_pos relies on exact size of history log and entries
4207 history_008_pos depends on obsolete internal history log message
4208 Typo in zfs_main.c: "posxiuser"
4209 Populate zfstest with the remainder of the STF tests
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com>
Reviewed by: Will Guyette <will.guyette@delphix.com>
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>

@@ -2135,11 +2135,11 @@
         USTYPE_PSX_USR,
         USTYPE_SMB_GRP,
         USTYPE_SMB_USR,
         USTYPE_ALL
 };
-static char *us_type_names[] = { "posixgroup", "posxiuser", "smbgroup",
+static char *us_type_names[] = { "posixgroup", "posixuser", "smbgroup",
         "smbuser", "all" };
 
 typedef struct us_node {
         nvlist_t        *usn_nvl;
         uu_avl_node_t   usn_avlnode;