From 2eee417130ef14e3446d3c66e2c91d184a257310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=20Brant=C3=A9n?= Date: Mon, 28 Sep 2020 18:45:59 +0200 Subject: [PATCH] fix for compile error in old jbd --- Ext4Fsd/include/linux/jbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ext4Fsd/include/linux/jbd.h b/Ext4Fsd/include/linux/jbd.h index 1009ecd..89f6f04 100644 --- a/Ext4Fsd/include/linux/jbd.h +++ b/Ext4Fsd/include/linux/jbd.h @@ -279,7 +279,7 @@ typedef struct journal_superblock_s #ifdef __KERNEL__ #include -#include +//#include #define J_ASSERT ASSERT