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
a1b563d6
Commit
a1b563d6
authored
May 22, 2006
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
3b79673c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
fs/jffs2/wbuf.c
fs/jffs2/wbuf.c
+1
-0
No files found.
fs/jffs2/wbuf.c
View file @
a1b563d6
...
...
@@ -507,6 +507,7 @@ static int __jffs2_flush_wbuf(struct jffs2_sb_info *c, int pad)
return
-
ENOMEM
;
ref
->
flash_offset
=
c
->
wbuf_ofs
+
c
->
wbuf_len
;
ref
->
flash_offset
|=
REF_OBSOLETE
;
ref
->
next_in_ino
=
NULL
;
spin_lock
(
&
c
->
erase_completion_lock
);
...
...
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