Prevent gcc uninit compiler warning in zfs_range_unlock_reader().

This commit is contained in:
Brian Behlendorf 2009-11-20 09:59:58 -08:00
parent 217998d1a3
commit 3191b962f6
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ static void
zfs_range_unlock_reader(znode_t *zp, rl_t *remove)
{
avl_tree_t *tree = &zp->z_range_avl;
rl_t *rl, *next;
rl_t *rl, *next = NULL;
uint64_t len;
/*