Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/ufs/ffs



On Thu, Jul 10, 2014 at 11:15:54AM -0400, Christos Zoulas wrote:
 > Modified Files:
 >      src/sys/ufs/ffs: ffs_wapbl.c
 > 
 > Log Message:
 > CID 975226: hande error from UFS_WAPBL_BEGIN

That won't work; AFAICT, if that UFS_WAPBL_BEGIN fails you need to do
fs->fs_flags |= FS_DOWAPBL before calling ffs_wapbl_stop or it'll
assert.

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index