You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Holding the zp->z_rangelock is insufficient to prevent the
dnode from being re-dirtied in all cases. To avoid looping
indefinately in dmu_offset_next() on files being actively
written only wait once for a dirty dnode to be synced. If
after waiting it's still dirty don't report the hole. This
is always safe.
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #14512
0 commit comments