Skip to content

Commit

Permalink
Don't include private headers from user-visible part of linux/ext2_fs.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
dwmw2 committed Apr 25, 2006
1 parent 19b3bd6 commit 52a78c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/ext2_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#define _LINUX_EXT2_FS_H

#include <linux/types.h>
#include <linux/ext2_fs_sb.h>

/*
* The second extended filesystem constants/structures
Expand Down Expand Up @@ -70,6 +69,7 @@
#define EXT2_SUPER_MAGIC 0xEF53

#ifdef __KERNEL__
#include <linux/ext2_fs_sb.h>
static inline struct ext2_sb_info *EXT2_SB(struct super_block *sb)
{
return sb->s_fs_info;
Expand Down

0 comments on commit 52a78c1

Please sign in to comment.