diff options
author | Rich Ercolani <[email protected]> | 2021-10-08 14:10:34 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-08 11:10:34 -0700 |
commit | 9d1407e8f24825d74ba7cf228de545c0d1a0ce8f (patch) | |
tree | 73ac600a35bf97b404b0177621cd6a63741b39c5 /contrib/initramfs/scripts/zfs | |
parent | 2d02bba23d83ae8fede8d281edc255f01ccd28e9 (diff) |
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 <[email protected]>
Signed-off-by: Rich Ercolani <[email protected]>
Closes #12589
Closes #12602
Diffstat (limited to 'contrib/initramfs/scripts/zfs')
0 files changed, 0 insertions, 0 deletions