mtd/fs/jffs2 nodelist.c,1.84,1.85 nodelist.h,1.108,1.109
David Woodhouse
dwmw2 at infradead.org
Tue Oct 28 12:21:04 EST 2003
- Previous message: mtd/fs/jffs2 wbuf.c,1.56,1.57 malloc.c,1.26,1.27
nodelist.c,1.83,1.84 nodelist.h,1.107,1.108
- Next message: mtd/fs/jffs2 gc.c,1.118,1.119 readinode.c,1.109,1.110
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv4895
Modified Files:
nodelist.c nodelist.h
Log Message:
add_tn_to_list can be static
Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- nodelist.c 28 Oct 2003 17:14:58 -0000 1.84
+++ nodelist.c 28 Oct 2003 17:21:01 -0000 1.85
@@ -58,7 +58,7 @@
/* Put a new tmp_dnode_info into the list, keeping the list in
order of increasing version
*/
-void jffs2_add_tn_to_list(struct jffs2_tmp_dnode_info *tn, struct jffs2_tmp_dnode_info **list)
+static void jffs2_add_tn_to_list(struct jffs2_tmp_dnode_info *tn, struct jffs2_tmp_dnode_info **list)
{
struct jffs2_tmp_dnode_info **prev = list;
Index: nodelist.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.h,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- nodelist.h 28 Oct 2003 17:14:58 -0000 1.108
+++ nodelist.h 28 Oct 2003 17:21:01 -0000 1.109
@@ -360,7 +360,6 @@
/* nodelist.c */
D1(void jffs2_print_frag_list(struct jffs2_inode_info *f));
void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full_dirent **list);
-void jffs2_add_tn_to_list(struct jffs2_tmp_dnode_info *tn, struct jffs2_tmp_dnode_info **list);
int jffs2_get_inode_nodes(struct jffs2_sb_info *c, ino_t ino, struct jffs2_inode_info *f,
struct jffs2_tmp_dnode_info **tnp, struct jffs2_full_dirent **fdp,
uint32_t *highest_version, uint32_t *latest_mctime,
- Previous message: mtd/fs/jffs2 wbuf.c,1.56,1.57 malloc.c,1.26,1.27
nodelist.c,1.83,1.84 nodelist.h,1.107,1.108
- Next message: mtd/fs/jffs2 gc.c,1.118,1.119 readinode.c,1.109,1.110
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list