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
57da45e8
Commit
57da45e8
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] affs sparse fixes
parent
da136c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
fs/affs/file.c
fs/affs/file.c
+3
-2
No files found.
fs/affs/file.c
View file @
57da45e8
...
...
@@ -39,7 +39,7 @@ static int affs_grow_extcache(struct inode *inode, u32 lc_idx);
static
struct
buffer_head
*
affs_alloc_extblock
(
struct
inode
*
inode
,
struct
buffer_head
*
bh
,
u32
ext
);
static
inline
struct
buffer_head
*
affs_get_extblock
(
struct
inode
*
inode
,
u32
ext
);
static
struct
buffer_head
*
affs_get_extblock_slow
(
struct
inode
*
inode
,
u32
ext
);
static
ssize_t
affs_file_write
(
struct
file
*
filp
,
const
char
*
buf
,
size_t
count
,
loff_t
*
ppos
);
static
ssize_t
affs_file_write
(
struct
file
*
filp
,
const
char
__user
*
buf
,
size_t
count
,
loff_t
*
ppos
);
static
int
affs_file_open
(
struct
inode
*
inode
,
struct
file
*
filp
);
static
int
affs_file_release
(
struct
inode
*
inode
,
struct
file
*
filp
);
...
...
@@ -491,7 +491,8 @@ affs_getemptyblk_ino(struct inode *inode, int block)
}
static
ssize_t
affs_file_write
(
struct
file
*
file
,
const
char
*
buf
,
size_t
count
,
loff_t
*
ppos
)
affs_file_write
(
struct
file
*
file
,
const
char
__user
*
buf
,
size_t
count
,
loff_t
*
ppos
)
{
ssize_t
retval
;
...
...
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