Skip to content

Commit

Permalink
Cleanup znode_alloc_node() changes
Browse files Browse the repository at this point in the history
No changes needed

Signed-off-by: Jorgen Lundman <lundman@lundman.net>
  • Loading branch information
lundman committed Nov 16, 2023
1 parent 49bf76f commit cab936b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions module/os/windows/zfs/zfs_znode.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,6 @@ zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz,
zp->z_zfsvfs = zfsvfs;
mutex_exit(&zfsvfs->z_znodes_lock);

if (zp->z_blksz == 0)
zp->z_blksz = zfs_blksz(zp);

return (zp);
}

Expand Down

0 comments on commit cab936b

Please sign in to comment.