From: Dave Kleikamp Date: Fri, 28 Oct 2005 18:27:40 +0000 (-0500) Subject: JFS: make sure right-most xtree pages have header.next set to zero X-Git-Tag: v2.6.15-rc1~732^2^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7038f1cbac899654cf0515e60dbe3e44d58271de;p=pandora-kernel.git JFS: make sure right-most xtree pages have header.next set to zero The xtTruncate code was only doing this for leaf pages. When a file is horribly fragmented, we may truncate a file leaving an internal page with an invalid head.next field, which may cause a stale page to be referenced. Signed-off-by: Dave Kleikamp --- Reading git-diff-tree failed