Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27971
b: refs/heads/master
c: d85004e
h: refs/heads/master
i:
  27969: 996660a
  27967: b2a7ad9
v: v3
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 0873ccf commit 599ad36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52a78c1cae382ff5684f3970848676de12449745
refs/heads/master: d85004eb15a635b3937e91d1dbadb1d37541983c
7 changes: 2 additions & 5 deletions trunk/include/linux/ext3_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 599ad36

Please sign in to comment.