[JFFS2] Add length argument to jffs2_add_physical_node_ref()
If __totlen is going away, we need to pass the length in separately.
Also stop callers from needlessly setting ref->next_phys to NULL,
since that's done for them... and since that'll also be going away soon.
Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
Showing
- fs/jffs2/gc.c 2 additions, 4 deletionsfs/jffs2/gc.c
- fs/jffs2/nodelist.h 1 addition, 1 deletionfs/jffs2/nodelist.h
- fs/jffs2/nodemgmt.c 2 additions, 4 deletionsfs/jffs2/nodemgmt.c
- fs/jffs2/wbuf.c 1 addition, 3 deletionsfs/jffs2/wbuf.c
- fs/jffs2/write.c 4 additions, 8 deletionsfs/jffs2/write.c
- fs/jffs2/xattr.c 5 additions, 9 deletionsfs/jffs2/xattr.c
Loading
Please register or sign in to comment