Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
4fc8a607
Commit
4fc8a607
authored
Oct 13, 2007
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[JFFS2] Remove stray debugging printk
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
b534e70c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
fs/jffs2/gc.c
fs/jffs2/gc.c
+1
-3
No files found.
fs/jffs2/gc.c
View file @
4fc8a607
...
...
@@ -414,9 +414,7 @@ int jffs2_garbage_collect_pass(struct jffs2_sb_info *c)
/* Eep. This really should never happen. GC is broken */
printk
(
KERN_ERR
"Error garbage collecting node at %08x!
\n
"
,
ref_offset
(
jeb
->
gc_node
));
ret
=
-
ENOSPC
;
}
else
if
(
ref_offset
(
jeb
->
gc_node
)
==
0x1c616bdc
)
printk
(
KERN_ERR
"Wheee. Correctly GC'd node at %08x
\n
"
,
ref_offset
(
jeb
->
gc_node
));
}
release_sem:
up
(
&
c
->
alloc_sem
);
...
...
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