missing_ioprio: remove outdated comment now that linux/ioprio.h exists

This commit is contained in:
Mike Yuan
2025-01-30 17:51:51 +01:00
parent d43dc71e99
commit 6f271fafc3

View File

@@ -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