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>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/zfs/zfs_main.c
          +++ new/usr/src/cmd/zfs/zfs_main.c
↓ open down ↓ 2129 lines elided ↑ open up ↑
2130 2130  #define USTYPE_ALL      \
2131 2131          (USTYPE_PSX_GRP | USTYPE_PSX_USR | USTYPE_SMB_GRP | USTYPE_SMB_USR)
2132 2132  
2133 2133  static int us_type_bits[] = {
2134 2134          USTYPE_PSX_GRP,
2135 2135          USTYPE_PSX_USR,
2136 2136          USTYPE_SMB_GRP,
2137 2137          USTYPE_SMB_USR,
2138 2138          USTYPE_ALL
2139 2139  };
2140      -static char *us_type_names[] = { "posixgroup", "posxiuser", "smbgroup",
     2140 +static char *us_type_names[] = { "posixgroup", "posixuser", "smbgroup",
2141 2141          "smbuser", "all" };
2142 2142  
2143 2143  typedef struct us_node {
2144 2144          nvlist_t        *usn_nvl;
2145 2145          uu_avl_node_t   usn_avlnode;
2146 2146          uu_list_node_t  usn_listnode;
2147 2147  } us_node_t;
2148 2148  
2149 2149  typedef struct us_cbdata {
2150 2150          nvlist_t        **cb_nvlp;
↓ open down ↓ 4471 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX