Skip to content

Commit

Permalink
Don't include private headers from user-visible part of linux/ext3_fs.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <[email protected]>
dwmw2 committed Apr 25, 2006
1 parent 52a78c1 commit d85004e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions include/linux/ext3_fs.h
Original file line number Diff line number Diff line change
@@ -17,11 +17,6 @@
#define _LINUX_EXT3_FS_H

#include <linux/types.h>
#include <linux/ext3_fs_i.h>
#include <linux/ext3_fs_sb.h>


struct statfs;

/*
* The second extended filesystem constants/structures
@@ -487,6 +482,8 @@ struct ext3_super_block {
};

#ifdef __KERNEL__
#include <linux/ext3_fs_i.h>
#include <linux/ext3_fs_sb.h>
static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb)
{
return sb->s_fs_info;

0 comments on commit d85004e

Please sign in to comment.