From 599ad36c8d91d27128eba24281843ca9717f3758 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 25 Apr 2006 15:18:46 +0100 Subject: [PATCH] --- yaml --- r: 27971 b: refs/heads/master c: d85004eb15a635b3937e91d1dbadb1d37541983c h: refs/heads/master i: 27969: 996660a9b662b2b47d8d2c4e462eb776aaef06b3 27967: b2a7ad93201cd08280efb7e1659f4285fdc40de7 v: v3 --- [refs] | 2 +- trunk/include/linux/ext3_fs.h | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 3b5e24be0686..aabd5f3b2050 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52a78c1cae382ff5684f3970848676de12449745 +refs/heads/master: d85004eb15a635b3937e91d1dbadb1d37541983c diff --git a/trunk/include/linux/ext3_fs.h b/trunk/include/linux/ext3_fs.h index 3ade6a4e3bdd..f327a3b5dfbe 100644 --- a/trunk/include/linux/ext3_fs.h +++ b/trunk/include/linux/ext3_fs.h @@ -17,11 +17,6 @@ #define _LINUX_EXT3_FS_H #include -#include -#include - - -struct statfs; /* * The second extended filesystem constants/structures @@ -487,6 +482,8 @@ struct ext3_super_block { }; #ifdef __KERNEL__ +#include +#include static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb) { return sb->s_fs_info;