Files
mirror_zfs/module
Rich Ercolani 9d1407e8f2 Correct refcount_add in dmu_zfetch
refcount_add_many(foo,N) is not the same as
for (i=0; i < N; i++) { refcount_add(foo); }

Unfortunately, this is only actually true with debug kernels and
reference_tracking_enable=1.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #12589 
Closes #12602
2021-10-08 11:10:34 -07:00
..
2021-09-14 10:17:54 -06:00
2021-09-14 10:17:54 -06:00
2021-09-17 10:17:18 -07:00
2020-06-10 09:24:15 -07:00
2021-04-02 18:52:15 -07:00
2021-10-08 11:10:34 -07:00
2020-06-10 09:24:15 -07:00
2020-08-20 10:30:06 -07:00