mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
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
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/arc.h>
|
||||
#include <sys/zio_impl.h>
|
||||
#include <sys/zio.h>
|
||||
#include <sys/zfs_ioctl.h>
|
||||
#include <sys/vdev_impl.h>
|
||||
#include <sys/dmu_objset.h>
|
||||
|
||||
Reference in New Issue
Block a user