linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [mtd-utils][PATCH] tests: Remove unused linux/fs.h header from includes
@ 2022-08-07  3:21 Khem Raj
  2022-08-19 16:12 ` David Oberhollenzer
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-08-07  3:21 UTC (permalink / raw)
  To: linux-mtd, dwmw2; +Cc: Khem Raj

This header is not needed, moreover it includes linux/mount.h which is
now in conflict[1] with glibc provided sys/mount.h from glibc 2.36 onwards

[1] https://sourceware.org/glibc/wiki/Release/2.36

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 tests/fs-tests/lib/tests.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/fs-tests/lib/tests.c b/tests/fs-tests/lib/tests.c
index d1a2e0c..3db0426 100644
--- a/tests/fs-tests/lib/tests.c
+++ b/tests/fs-tests/lib/tests.c
@@ -35,7 +35,6 @@
 #include <sys/vfs.h>
 #include <sys/mount.h>
 #include <sys/statvfs.h>
-#include <linux/fs.h>
 #include <linux/jffs2.h>
 
 #include "tests.h"
-- 
2.37.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [mtd-utils][PATCH] tests: Remove unused linux/fs.h header from includes
  2022-08-07  3:21 [mtd-utils][PATCH] tests: Remove unused linux/fs.h header from includes Khem Raj
@ 2022-08-19 16:12 ` David Oberhollenzer
  0 siblings, 0 replies; 2+ messages in thread
From: David Oberhollenzer @ 2022-08-19 16:12 UTC (permalink / raw)
  To: Khem Raj, linux-mtd, dwmw2

Applied to mtd-utils.git master.

Thanks,

David

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-19 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07  3:21 [mtd-utils][PATCH] tests: Remove unused linux/fs.h header from includes Khem Raj
2022-08-19 16:12 ` David Oberhollenzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).