include: move zio_priority_t into zfs.h

It's included so it's effectively already part of it, but it's not
always installed as a userspace header, making zfs.h effectively
useless. Might as well just combine it.

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Close #17066
This commit is contained in:
Rob Norris
2025-02-23 10:46:26 +11:00
committed by GitHub
parent ee8803adc2
commit ecc44c45cb
5 changed files with 21 additions and 52 deletions
-1
View File
@@ -35,7 +35,6 @@
#ifndef _ZIO_H
#define _ZIO_H
#include <sys/zio_priority.h>
#include <sys/zfs_context.h>
#include <sys/spa.h>
#include <sys/txg.h>