Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix zfs_rmnode() unlink / rollback issue
If a has rollback has occurred while a file is open and unlinked. Then when the file is closed post rollback it will not exist in the rolled back version of the unlinked object. Therefore, the call to zap_remove_int() may correctly return ENOENT and should be allowed. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
- Loading branch information