]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing_ioprio: remove outdated comment now that linux/ioprio.h exists
authorMike Yuan <me@yhndnzj.com>
Thu, 30 Jan 2025 16:51:51 +0000 (17:51 +0100)
committerMike Yuan <me@yhndnzj.com>
Sun, 9 Feb 2025 13:51:03 +0000 (14:51 +0100)
src/basic/missing_ioprio.h

index 13ce7928a740cfe3a0c8d8e709beec2672677260..1f7323d81300eae86dd6d5e1661a42dfd5b8554b 100644 (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