HomeFreeBSD

Properly test for vmio buffer in bnoreuselist().

Description

Properly test for vmio buffer in bnoreuselist().

The presence of allocated v_object does not imply that the buffer is
necessary VMIO kind. Buffer might has been allocated before the
object created, then the buffer is malloced. Although we try to avoid
such situation, it seems to be still legitimate.

Reported and tested by: pho
MFC after: 1 week
Sponsored by: The FreeBSD Foundation

Details

Provenance
kibAuthored on
Parents
rS342379: gai_strerror() - Update string error messages according to RFC 3493.
Branches
Unknown
Tags
Unknown