Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
During zfs_rmnode on a xattr dir, if the system crash just after dmu_free_long_range, we would get empty xattr dir in delete queue. This would cause blkid=0 be passed into zap_get_leaf_byblk when doing zfs_purgedir during mount, and would try to do rw_enter on a wrong structure and cause system lockup. We fix this by checking the zap object size in zfs_purgedir, if it's zero, we just return immediately. Signed-off-by: Chunwei Chen <[email protected]>
- Loading branch information