boot2 - Fix ufs inode cache corruption when ESC'ing out of boot2
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 15 Feb 2010 21:43:27 +0000 (13:43 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 15 Feb 2010 21:43:27 +0000 (13:43 -0800)
commitf27063c17552e81fb4e90d797901d51aa8dd7bab
treecb2070003f89e55e8bccd035357a7176db573167
parent5e8d9c2b19f5875fb3628c54124e49213bf29265
boot2 - Fix ufs inode cache corruption when ESC'ing out of boot2

* Increase boot2_dmadat->secbuf[] from 512 to 2K to cover the
  disklabel64.

* ufs_init() needs to reset its inode cache

Submitted-by: Johannes Hofmann <johannes.hofmann@gmx.de>
sys/boot/common/boot2.h
sys/boot/common/ufsread.c