[merged mm-hotfixes-stable] selftest-fix-headers-in-fclogc.patch removed from -mm tree
Andrew Morton <[email protected]>
| Newsgroups | org.kernel.vger.mm-commits,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: selftest: fix headers in fclog.c
has been removed from the -mm tree. Its filename was
selftest-fix-headers-in-fclogc.patch
This patch was dropped because it was merged into the mm-hotfixes-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Jori Koolstra <[email protected]>
Subject: selftest: fix headers in fclog.c
Date: Fri, 10 Jul 2026 19:17:35 +0200
fclog.c does not compile because it is missing fcntl.h, needed for
O_RDONLY etc.
There are also some redundant includes that are also in
kselftest_harness.h.
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Jori Koolstra <[email protected]>
Cc: Aleksa Sarai <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Wei Yang <[email protected]>
Cc: Christian Brauner <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
tools/testing/selftests/filesystems/fclog.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--- a/tools/testing/selftests/filesystems/fclog.c~selftest-fix-headers-in-fclogc
+++ a/tools/testing/selftests/filesystems/fclog.c
@@ -6,10 +6,8 @@
#include <assert.h>
#include <errno.h>
+#include <fcntl.h>
#include <sched.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
#include <unistd.h>
#include <sys/mount.h>
_
Patches currently in -mm which might be from [email protected] are