]> git.proxmox.com Git - mirror_zfs.git/commit - include/sys/zio_impl.h
Compile zio.h and zio_impl.h mutual include
authorcao <cao.xuewen@zte.com.cn>
Thu, 1 Dec 2016 23:36:25 +0000 (07:36 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 1 Dec 2016 23:36:25 +0000 (16:36 -0700)
commit6a8fd57fa7f76e07172aa2c517f2c79296ba322e
tree62bd8df64a3a66d3cd877a20cc42732677ab03ad
parent5f20c145df3ca45f86cd1892137edb117d4c8a82
Compile zio.h and zio_impl.h mutual include

zio.h includes zio_impl.h but zio_impl.h also includes zio.h, so the
header files to contain each other.  Get rid of the zio_impl.h include
in zio.h and update zio_inject.c to include zio.h instead of zio_impl.h.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: cao.xuewen <cao.xuewen@zte.com.cn>
Closes #5439
include/sys/zio_impl.h
module/zfs/zio_inject.c