Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch

This commit is contained in:
Brian Behlendorf 2009-11-20 10:29:47 -08:00
commit 0f315a58bb
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;
/*