Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch
This commit is contained in:
commit
a1f90df3db
|
@ -143,7 +143,7 @@ vdev_file_io_start(zio_t *zio)
|
||||||
{
|
{
|
||||||
vdev_t *vd = zio->io_vd;
|
vdev_t *vd = zio->io_vd;
|
||||||
vdev_file_t *vf = vd->vdev_tsd;
|
vdev_file_t *vf = vd->vdev_tsd;
|
||||||
ssize_t resid;
|
ssize_t resid = 0;
|
||||||
|
|
||||||
if (zio->io_type == ZIO_TYPE_IOCTL) {
|
if (zio->io_type == ZIO_TYPE_IOCTL) {
|
||||||
/* XXPOLICY */
|
/* XXPOLICY */
|
||||||
|
|
Loading…
Reference in New Issue