From: Mike Yuan Date: Thu, 30 Jan 2025 16:51:51 +0000 (+0100) Subject: missing_ioprio: remove outdated comment now that linux/ioprio.h exists X-Git-Tag: v258-rc1~1375^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f271fafc3fc7fcebb2dca617b742ab7ce3b85bf;p=thirdparty%2Fsystemd.git missing_ioprio: remove outdated comment now that linux/ioprio.h exists --- diff --git a/src/basic/missing_ioprio.h b/src/basic/missing_ioprio.h index 13ce7928a74..1f7323d8130 100644 --- a/src/basic/missing_ioprio.h +++ b/src/basic/missing_ioprio.h @@ -7,8 +7,6 @@ #include "macro.h" -/* Match values uses by the kernel internally, as no public header seems to exist. */ - #ifndef IOPRIO_N_CLASSES # define IOPRIO_N_CLASSES 8 #else