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
059a30e3
Commit
059a30e3
authored
Jun 10, 2003
by
Steven Cole
Committed by
Linus Torvalds
Jun 10, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] K&R to ANSI conversions for fs/jfs/jfs_dmap.c and jfs_xtree.c
parent
ccd3a853
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
fs/jfs/jfs_dmap.c
fs/jfs/jfs_dmap.c
+1
-1
fs/jfs/jfs_xtree.c
fs/jfs/jfs_xtree.c
+1
-2
No files found.
fs/jfs/jfs_dmap.c
View file @
059a30e3
...
...
@@ -3050,7 +3050,7 @@ int blkstol2(s64 nb)
* RETURN VALUES:
* none
*/
void
fsDirty
()
void
fsDirty
(
void
)
{
printk
(
"fsDirty(): bye-bye
\n
"
);
assert
(
0
);
...
...
fs/jfs/jfs_xtree.c
View file @
059a30e3
...
...
@@ -4225,8 +4225,7 @@ int xtDisplayPage(struct inode *ip, s64 bn, xtpage_t * p)
* at the current entry at the current subtree root page
*
*/
int
xtGather
(
t
)
btree_t
*
t
;
int
xtGather
(
btree_t
*
t
)
{
int
rc
=
0
;
xtpage_t
*
p
;
...
...
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