svn commit: r186194 - in head: share/man/man9 sys/fs/hpfs sys/fs/msdosfs sys/fs/ntfs sys/fs/nwfs sys/fs/smbfs sys/gnu/fs/ext2fs sys/gnu/fs/reiserfs sys/gnu/fs/xfs/FreeBSD sys/ufs/ufs

Ivan Voras ivoras at freebsd.org
Wed Dec 17 19:44:40 UTC 2008


2008/12/17 Ulrich Spoerlein <uspoerlein at gmail.com>:
> On Tue, 16.12.2008 at 21:13:12 +0000, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Tue Dec 16 21:13:11 2008
>> New Revision: 186194
>> URL: http://svn.freebsd.org/changeset/base/186194
>>
>> Log:
>>   According to phk@, VOP_STRATEGY should never, _ever_, return
>>   anything other than 0.  Make it so.  This fixes
>>   "panic: VOP_STRATEGY failed bp=0xc320dd90 vp=0xc3b9f648",
>>   encountered when writing to an orphaned filesystem.  Reason
>>   for the panic was the following assert:
>>   KASSERT(i == 0, ("VOP_STRATEGY failed bp=%p vp=%p", bp, bp->b_vp));
>>   at vfs_bio:bufstrategy().
>
> Is such a change also needed/recommended for the FUSE port?

While at the topic again, is there a kind VFS-minded soul in need of
beer that can import and maintain the VFS kld in base? :)


More information about the svn-src-head mailing list