mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -05:00
deleted some zero size include files
This commit is contained in:
@@ -336,7 +336,7 @@ typedef struct journal_superblock_s
|
|||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
#include <linux/sched.h>
|
//#include <linux/sched.h>
|
||||||
|
|
||||||
enum jbd_state_bits {
|
enum jbd_state_bits {
|
||||||
BH_JBD /* Has an attached ext3 journal_head */
|
BH_JBD /* Has an attached ext3 journal_head */
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
#ifdef CONFIG_KMOD
|
#ifdef CONFIG_KMOD
|
||||||
#include <linux/kmod.h>
|
#include <linux/kmod.h>
|
||||||
#endif
|
#endif
|
||||||
#include <linux/spinlock.h>
|
//#include <linux/spinlock.h>
|
||||||
|
|
||||||
struct nls_table *tables;
|
struct nls_table *tables;
|
||||||
spinlock_t nls_lock;
|
spinlock_t nls_lock;
|
||||||
|
|||||||
Reference in New Issue
Block a user