From: David Woodhouse Date: Mon, 22 May 2006 14:23:10 +0000 (+0100) Subject: [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. X-Git-Tag: v2.6.18-rc1~1105^2~61^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb7578719529898aef9edce8e409e457a1c2d15;p=pandora-kernel.git [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. Let's avoid the potential for forgetting to set ref->next_in_ino, by doing it within jffs2_link_node_ref() instead. This highlights the ugliness of what we're currently doing with xattr_datum and xattr_ref structures -- we should find a nicer way of dealing with that. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed