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
nexedi
linux
Commits
4b2b7a67
Commit
4b2b7a67
authored
Oct 03, 2003
by
Stephen Lord
Committed by
Stephen Lord
Oct 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] small cleanup
SGI Modid: 2.5.x-xfs:slinx:159477a
parent
24a6fc7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
fs/xfs/xfs_fs.h
fs/xfs/xfs_fs.h
+5
-10
No files found.
fs/xfs/xfs_fs.h
View file @
4b2b7a67
...
...
@@ -392,22 +392,17 @@ typedef struct xfs_fsop_attrmulti_handlereq {
}
xfs_fsop_attrmulti_handlereq_t
;
/*
*
File system identifier. Should be unique (at least per machine)
.
*
per machine unique filesystem identifier types
.
*/
typedef
struct
{
__u32
val
[
2
];
/* file system id type */
}
xfs_fsid_t
;
typedef
struct
{
__u32
val
[
2
];
}
xfs_fsid_t
;
/* file system id type */
/*
* File identifier. Should be unique per filesystem on a single machine.
* This is typically called by a stateless file server in order to generate
* "file handles".
*/
#ifndef HAVE_FID
#define MAXFIDSZ 46
typedef
struct
fid
{
__u16
fid_len
;
/* length of data in bytes */
unsigned
char
fid_data
[
MAXFIDSZ
];
/* data (
variable leng
th) */
unsigned
char
fid_data
[
MAXFIDSZ
];
/* data (
fid_len wor
th) */
}
fid_t
;
#endif
...
...
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