mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
0d5c500d6c
This reverts commit7973e46which brings the basic flow of the code back in line with the other ZFS implementations. This was possible due to the following related changes.e89260aDirectory xattr znodes hold a reference on their parent6f9548cFix deadlock in zfs_zget()0a50679Add zfs_iput_async() interface4dd1893Avoid 128K kmem allocations in mzap_upgrade() Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Richard Yao <ryao@gentoo.org> Closes #457 Closes #2058 Closes #2128 Closes #2240