Skip to content

Commit

Permalink
Illumos 3897 - zfs filesystem and snapshot limits (fix leak)
Browse files Browse the repository at this point in the history
3897 zfs filesystem and snapshot limits (fix leak)
Author: Alex Reece <[email protected]>
Approved by: Christopher Siden <[email protected]>

References:
  https://www.illumos.org/issues/3897
  illumos/illumos-gate@fb7001f

Ported-by: Chris Dunlop <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
Alex Reece authored and behlendorf committed Apr 28, 2015
1 parent 788eb90 commit ca227e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/zfs/dsl_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,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 ca227e5

Please sign in to comment.