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
32b838b8
Commit
32b838b8
authored
Jan 09, 2009
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
git://git.infradead.org/mtd-2.6
*
git://git.infradead.org/mtd-2.6
: [JFFS2] remove junk prototypes
parents
2fb585a1
ab5610b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
fs/jffs2/nodelist.h
fs/jffs2/nodelist.h
+0
-3
No files found.
fs/jffs2/nodelist.h
View file @
32b838b8
...
...
@@ -366,9 +366,6 @@ void jffs2_free_ino_caches(struct jffs2_sb_info *c);
void
jffs2_free_raw_node_refs
(
struct
jffs2_sb_info
*
c
);
struct
jffs2_node_frag
*
jffs2_lookup_node_frag
(
struct
rb_root
*
fragtree
,
uint32_t
offset
);
void
jffs2_kill_fragtree
(
struct
rb_root
*
root
,
struct
jffs2_sb_info
*
c_delete
);
struct
rb_node
*
rb_next
(
struct
rb_node
*
);
struct
rb_node
*
rb_prev
(
struct
rb_node
*
);
void
rb_replace_node
(
struct
rb_node
*
victim
,
struct
rb_node
*
new
,
struct
rb_root
*
root
);
int
jffs2_add_full_dnode_to_inode
(
struct
jffs2_sb_info
*
c
,
struct
jffs2_inode_info
*
f
,
struct
jffs2_full_dnode
*
fn
);
uint32_t
jffs2_truncate_fragtree
(
struct
jffs2_sb_info
*
c
,
struct
rb_root
*
list
,
uint32_t
size
);
struct
jffs2_raw_node_ref
*
jffs2_link_node_ref
(
struct
jffs2_sb_info
*
c
,
...
...
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