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

This commit is contained in:
Brian Behlendorf 2010-08-12 21:27:59 -07:00
commit a1f90df3db
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ vdev_file_io_start(zio_t *zio)
{
vdev_t *vd = zio->io_vd;
vdev_file_t *vf = vd->vdev_tsd;
ssize_t resid;
ssize_t resid = 0;
if (zio->io_type == ZIO_TYPE_IOCTL) {
/* XXPOLICY */