Commit 1ecfd3fc authored by Federico Vaga's avatar Federico Vaga

kernel: raw_io is done by ZIO now

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent d44cd644
......@@ -361,10 +361,6 @@ static int zfat_arm_trigger(struct zio_ti *ti)
dev_mem_off, size);
}
err = ti->cset->raw_io(ti->cset);
if (err != -EAGAIN && err != 0)
goto out_allocate;
return err;
out_allocate:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment