From: David Woodhouse Date: Mon, 22 May 2006 11:15:47 +0000 (+0100) Subject: [JFFS2] Fix accounting error in jffs2_link_node_ref() X-Git-Tag: v2.6.18-rc1~1105^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b79673cfae93d0ed63eceb058bb26aba602a278;p=pandora-kernel.git [JFFS2] Fix accounting error in jffs2_link_node_ref() When filing REF_OBSOLETE nodes, we'd add their size to the global 'dirty_size' count, but then to the eraseblock's 'used_size' count. That's not clever. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed