commit | 7038f1cbac899654cf0515e60dbe3e44d58271de | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Fri Oct 28 13:27:40 2005 -0500 |
committer | Dave Kleikamp <shaggy@austin.ibm.com> | Fri Oct 28 13:27:40 2005 -0500 |
tree | 73909f95989f10bd85929073395e494ceb1a6b3f | |
parent | b6a47fd8ff08a9d5cd279cdb8d97a619983575fa [diff] |
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 <shaggy@austin.ibm.com>