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
c61fb8c3
Commit
c61fb8c3
authored
Jan 09, 2004
by
Nathan Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Fix compiler warning after change to xfs_ioctl interface.
SGI Modid: 2.5.x-xfs:slinx:159720a
parent
a5edc5c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
fs/xfs/linux/xfs_iops.h
fs/xfs/linux/xfs_iops.h
+3
-0
fs/xfs/xfs_vnodeops.c
fs/xfs/xfs_vnodeops.c
+0
-4
No files found.
fs/xfs/linux/xfs_iops.h
View file @
c61fb8c3
...
...
@@ -69,4 +69,7 @@ extern struct address_space_operations linvfs_aops;
extern
int
linvfs_get_block
(
struct
inode
*
,
sector_t
,
struct
buffer_head
*
,
int
);
extern
void
linvfs_unwritten_done
(
struct
buffer_head
*
,
int
);
extern
int
xfs_ioctl
(
struct
bhv_desc
*
,
struct
inode
*
,
struct
file
*
,
int
,
unsigned
int
,
unsigned
long
);
#endif
/* __XFS_IOPS_H__ */
fs/xfs/xfs_vnodeops.c
View file @
c61fb8c3
...
...
@@ -77,10 +77,6 @@
*/
#define SYMLINK_MAPS 2
extern
int
xfs_ioctl
(
bhv_desc_t
*
,
struct
inode
*
,
struct
file
*
,
int
,
unsigned
int
,
unsigned
long
);
/*
* For xfs, we check that the file isn't too big to be opened by this kernel.
* No other open action is required for regular files. Devices are handled
...
...
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