1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 13:18:30 -05:00

deleted some zero size include files

This commit is contained in:
Bo Brantén
2020-09-28 16:24:17 +02:00
parent 485d47f91f
commit e0c60235c5
21 changed files with 2 additions and 2 deletions

View File

@@ -336,7 +336,7 @@ typedef struct journal_superblock_s
#ifdef __KERNEL__
#include <linux/fs.h>
#include <linux/sched.h>
//#include <linux/sched.h>
enum jbd_state_bits {
BH_JBD /* Has an attached ext3 journal_head */

View File

@@ -17,7 +17,7 @@
#ifdef CONFIG_KMOD
#include <linux/kmod.h>
#endif
#include <linux/spinlock.h>
//#include <linux/spinlock.h>
struct nls_table *tables;
spinlock_t nls_lock;