From 6f271fafc3fc7fcebb2dca617b742ab7ce3b85bf Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Thu, 30 Jan 2025 17:51:51 +0100 Subject: [PATCH] missing_ioprio: remove outdated comment now that linux/ioprio.h exists --- src/basic/missing_ioprio.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3