Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
d85004eb
Commit
d85004eb
authored
Apr 25, 2006
by
David Woodhouse
Browse files
Don't include private headers from user-visible part of linux/ext3_fs.h
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
52a78c1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/linux/ext3_fs.h
View file @
d85004eb
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment