Skip to content

Commit

Permalink
Remove missed zfs-exit()
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <[email protected]>
  • Loading branch information
lundman committed Oct 24, 2023
1 parent b6d402c commit c2e9403
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/os/windows/zfs/zfs_vnops_windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -8037,7 +8037,6 @@ fastio_release_for_mod_write(PFILE_OBJECT FileObject,
vnode_rele(vp);
VN_RELE(vp);

zfs_exit(zfsvfs, FTAG);
return (STATUS_SUCCESS);
}

Expand Down

0 comments on commit c2e9403

Please sign in to comment.