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
bc5a6deb
Commit
bc5a6deb
authored
Sep 04, 2007
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
git://git.infradead.org/~dwmw2/mtd-2.6.23
parents
b4154d4a
48440e89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
drivers/mtd/mtdsuper.c
drivers/mtd/mtdsuper.c
+2
-0
fs/jffs2/fs.c
fs/jffs2/fs.c
+1
-1
No files found.
drivers/mtd/mtdsuper.c
View file @
bc5a6deb
...
...
@@ -70,6 +70,8 @@ static int get_sb_mtd_aux(struct file_system_type *fs_type, int flags,
DEBUG
(
1
,
"MTDSB: New superblock for device %d (
\"
%s
\"
)
\n
"
,
mtd
->
index
,
mtd
->
name
);
sb
->
s_flags
=
flags
;
ret
=
fill_super
(
sb
,
data
,
flags
&
MS_SILENT
?
1
:
0
);
if
(
ret
<
0
)
{
up_write
(
&
sb
->
s_umount
);
...
...
fs/jffs2/fs.c
View file @
bc5a6deb
...
...
@@ -627,7 +627,7 @@ unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c,
struct
inode
*
inode
=
OFNI_EDONI_2SFFJ
(
f
);
struct
page
*
pg
;
pg
=
read_cache_page
(
inode
->
i_mapping
,
offset
>>
PAGE_CACHE_SHIFT
,
pg
=
read_cache_page
_async
(
inode
->
i_mapping
,
offset
>>
PAGE_CACHE_SHIFT
,
(
void
*
)
jffs2_do_readpage_unlock
,
inode
);
if
(
IS_ERR
(
pg
))
return
(
void
*
)
pg
;
...
...
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