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
FsTeardown should be in CLOSE and zil_commit iocount
Following fastfat, we should not FsRtlTeardownPerStreamContexts in
CLEANUP but rather in CLOSE.
zil_commit via zfs_fsync() / FLUSH_BUFFERS calls zget with WITHOUT_VNODE
and such should not release zp in zfs_get_data().
make some fileobjects spinlock tighter, to avoid calling kmem_alloc
in between. Should consider rwlocks, since spinlocks are expensive.