Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dirty check in dmu_offset_next()
The correct way to determine if a dnode is dirty is to check if any of the dn->dn_dirty_link's are active. Relying solely on the dn->dn_dirtyctx can result in the dnode being mistakenly reported as clean. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#3125
- Loading branch information