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
5125c15b
Commit
5125c15b
authored
Jan 10, 2004
by
Russell Cattelan
Committed by
Nathan Scott
Jan 10, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Fix one more fsid_t type.
SGI Modid: 2.5.x-xfs:slinx:155873a
parent
23044294
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
fs/xfs/linux/xfs_vfs.h
fs/xfs/linux/xfs_vfs.h
+3
-2
No files found.
fs/xfs/linux/xfs_vfs.h
View file @
5125c15b
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
#define __XFS_VFS_H__
#define __XFS_VFS_H__
#include <linux/vfs.h>
#include <linux/vfs.h>
#include "xfs_fs.h"
struct
fid
;
struct
fid
;
struct
cred
;
struct
cred
;
...
@@ -46,8 +47,8 @@ typedef struct kstatfs xfs_statfs_t;
...
@@ -46,8 +47,8 @@ typedef struct kstatfs xfs_statfs_t;
typedef
struct
vfs
{
typedef
struct
vfs
{
u_int
vfs_flag
;
/* flags */
u_int
vfs_flag
;
/* flags */
fsid_t
vfs_fsid
;
/* file system ID */
xfs_fsid_t
vfs_fsid
;
/* file system ID */
fsid_t
*
vfs_altfsid
;
/* An ID fixed for life of FS */
xfs_fsid_t
*
vfs_altfsid
;
/* An ID fixed for life of FS */
bhv_head_t
vfs_bh
;
/* head of vfs behavior chain */
bhv_head_t
vfs_bh
;
/* head of vfs behavior chain */
struct
super_block
*
vfs_super
;
/* Linux superblock structure */
struct
super_block
*
vfs_super
;
/* Linux superblock structure */
struct
task_struct
*
vfs_sync_task
;
struct
task_struct
*
vfs_sync_task
;
...
...
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