看板 DFBSD_commit 關於我們 聯絡資訊
commit f27063c17552e81fb4e90d797901d51aa8dd7bab Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Feb 15 13:43:27 2010 -0800 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> Summary of changes: sys/boot/common/boot2.h | 6 +++++- sys/boot/common/ufsread.c | 1 + 2 files changed, 6 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f27063c17552e81fb4e90d797901d51aa8dd7bab -- DragonFly BSD source repository