Skip to content

Commit

Permalink
3897 zfs filesystem and snapshot limits (fix leak)
Browse files Browse the repository at this point in the history
Approved by: Christopher Siden <christopher.siden@delphix.com>
  • Loading branch information
Alex Reece authored and Christopher Siden committed May 29, 2014
1 parent 894fa7b commit fb7001f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/src/uts/common/fs/zfs/dsl_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ dsl_dir_init_fs_ss_count(dsl_dir_t *dd, dmu_tx_t *tx)
if (za->za_name[0] != '%')
my_ss_cnt++;
}
zap_cursor_fini(zc);

dsl_dataset_rele(ds, FTAG);

Expand Down

0 comments on commit fb7001f

Please sign in to comment.