[DragonFlyBSD - Bug #3179] (Resolved) KKASSERT(bp->b_flags & B_VMIO);
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Thu Feb 28 12:01:37 PST 2019
Issue #3179 has been updated by tkusumi.
Status changed from New to Resolved
----------------------------------------
Bug #3179: KKASSERT(bp->b_flags & B_VMIO);
http://bugs.dragonflybsd.org/issues/3179#change-13618
* Author: tkusumi
* Status: Resolved
* Priority: Normal
* Assignee:
* Category:
* Target version:
----------------------------------------
This call
https://github.com/DragonFlyBSD/DragonFlyBSD/blob/master/sys/kern/vfs_bio.c#L1526
looks to be incorrect given
https://github.com/DragonFlyBSD/DragonFlyBSD/blob/master/sys/kern/vfs_bio.c#L3050
Not really sure how this "else" case happen though, as filesystem buffers are all B_VMIO (if not IO_VMIO).
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Bugs
mailing list