Skip to content

Commit

Permalink
Update module/zfs/dsl_dir.c
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Ahrens <[email protected]>
  • Loading branch information
pcd1193182 and ahrens authored Aug 25, 2020
1 parent b885559 commit 296ef35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/zfs/dsl_dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ dsl_dir_init_fs_ss_count(dsl_dir_t *dd, dmu_tx_t *tx)
/* Don't count temporary snapshots */
if (za->za_name[0] != '%')
my_ss_cnt++;
my_ss_cnt++;
}
zap_cursor_fini(zc);

Expand Down

0 comments on commit 296ef35

Please sign in to comment.