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
86e1638e
Commit
86e1638e
authored
Apr 07, 2003
by
Nathan Scott
Committed by
Christoph Hellwig
Apr 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Fix definition of setresblks - nothing uses it yet, but DMF will (so fix now).
SGI Modid: 2.5.x-xfs:slinx:142797a
parent
797a8b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/xfs/xfs_fs.h
fs/xfs/xfs_fs.h
+2
-2
No files found.
fs/xfs/xfs_fs.h
View file @
86e1638e
/*
* Copyright (c) 1995-200
2
Silicon Graphics, Inc. All Rights Reserved.
* Copyright (c) 1995-200
3
Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2.1 of the GNU Lesser General Public License
...
...
@@ -472,7 +472,7 @@ typedef struct xfs_handle {
#define XFS_IOC_FSGROWFSLOG _IOW ('X', 111, struct xfs_growfs_log)
#define XFS_IOC_FSGROWFSRT _IOW ('X', 112, struct xfs_growfs_rt)
#define XFS_IOC_FSCOUNTS _IOR ('X', 113, struct xfs_fsop_counts)
#define XFS_IOC_SET_RESBLKS _IO
R
('X', 114, struct xfs_fsop_resblks)
#define XFS_IOC_SET_RESBLKS _IO
WR
('X', 114, struct xfs_fsop_resblks)
#define XFS_IOC_GET_RESBLKS _IOR ('X', 115, struct xfs_fsop_resblks)
#define XFS_IOC_ERROR_INJECTION _IOW ('X', 116, struct xfs_error_injection)
#define XFS_IOC_ERROR_CLEARALL _IOW ('X', 117, struct xfs_error_injection)
...
...
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