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
54a2788c
Commit
54a2788c
authored
Sep 28, 2003
by
Andries E. Brouwer
Committed by
Linus Torvalds
Sep 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] freevxfs sparse fixes
parent
7ec2257e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/freevxfs/vxfs_immed.c
fs/freevxfs/vxfs_immed.c
+2
-2
No files found.
fs/freevxfs/vxfs_immed.c
View file @
54a2788c
...
...
@@ -39,7 +39,7 @@
#include "vxfs_inode.h"
static
int
vxfs_immed_readlink
(
struct
dentry
*
,
char
*
,
int
);
static
int
vxfs_immed_readlink
(
struct
dentry
*
,
char
__user
*
,
int
);
static
int
vxfs_immed_follow_link
(
struct
dentry
*
,
struct
nameidata
*
);
static
int
vxfs_immed_readpage
(
struct
file
*
,
struct
page
*
);
...
...
@@ -77,7 +77,7 @@ struct address_space_operations vxfs_immed_aops = {
* Number of bytes successfully copied to userspace.
*/
static
int
vxfs_immed_readlink
(
struct
dentry
*
dp
,
char
*
bp
,
int
buflen
)
vxfs_immed_readlink
(
struct
dentry
*
dp
,
char
__user
*
bp
,
int
buflen
)
{
struct
vxfs_inode_info
*
vip
=
VXFS_INO
(
dp
->
d_inode
);
...
...
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