From: David Woodhouse Date: Sat, 20 May 2006 18:45:26 +0000 (+0100) Subject: [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication X-Git-Tag: v2.6.18-rc1~1105^2~74^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f9671bd8f7d2ac6a918bad806ab5bdc0daaf4e;p=pandora-kernel.git [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication The same sequence of code was repeated in many places, to add a new struct jffs2_raw_node_ref to an eraseblock and adjust the space accounting accordingly. Move it out-of-line. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed