Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5868a499
Commit
5868a499
authored
Oct 04, 2002
by
Brian Gerst
Committed by
Russell King
Oct 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] struct super_block cleanup - ext3
Removes the last member of the union, ext3.
parent
40f51070
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
include/linux/ext3_fs.h
include/linux/ext3_fs.h
+1
-0
include/linux/fs.h
include/linux/fs.h
+0
-3
No files found.
include/linux/ext3_fs.h
View file @
5868a499
...
...
@@ -17,6 +17,7 @@
#define _LINUX_EXT3_FS_H
#include <linux/types.h>
#include <linux/ext3_fs_sb.h>
/*
* The second extended filesystem constants/structures
...
...
include/linux/fs.h
View file @
5868a499
...
...
@@ -627,8 +627,6 @@ extern int send_sigurg(struct fown_struct *fown);
#define MNT_FORCE 0x00000001
/* Attempt to forcibily umount */
#define MNT_DETACH 0x00000002
/* Just detach from the tree */
#include <linux/ext3_fs_sb.h>
extern
struct
list_head
super_blocks
;
extern
spinlock_t
sb_lock
;
...
...
@@ -669,7 +667,6 @@ struct super_block {
char
s_id
[
32
];
/* Informational name */
union
{
struct
ext3_sb_info
ext3_sb
;
void
*
generic_sbp
;
}
u
;
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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