Print this page
patch tsoome-feedback

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/zfs/zfs_main.c
          +++ new/usr/src/cmd/zfs/zfs_main.c
↓ open down ↓ 5339 lines elided ↑ open up ↑
5340 5340                          if (zfs_iter_filesystems(zhp, set_deleg_perms,
5341 5341                              &data) != 0)
5342 5342                                  goto cleanup0;
5343 5343                  }
5344 5344          }
5345 5345  
5346 5346          error = 0;
5347 5347  
5348 5348  cleanup0:
5349 5349          nvlist_free(perm_nvl);
5350      -        if (update_perm_nvl != NULL)
5351      -                nvlist_free(update_perm_nvl);
     5350 +        nvlist_free(update_perm_nvl);
5352 5351  cleanup1:
5353 5352          fs_perm_set_fini(&fs_perm_set);
5354 5353  cleanup2:
5355 5354          zfs_close(zhp);
5356 5355  
5357 5356          return (error);
5358 5357  }
5359 5358  
5360 5359  static int
5361 5360  zfs_do_allow(int argc, char **argv)
↓ open down ↓ 1649 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX