cvs commit: src/sys/dev/md md.c

Christian Laursen xi at borderworlds.dk
Wed Nov 1 19:51:17 UTC 2006


Pawel Jakub Dawidek <pjd at FreeBSD.org> writes:

> pjd         2006-11-01 18:56:18 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/dev/md           md.c 
>   Log:
>   Fix md(4) panic which occurs when I/O request different than
>   BIO_READ/BIO_WRITE is sent to vnode-backed provider (BIO_DELETE or
>   BIO_FLUSH).
>   
>   Reported by:    ceri
>   
>   Add support for BIO_FLUSH to vnode-backed md(4) devices based on
>   VOP_FSYNC().

Does this make fsync(2) and friends work as expected on md(4) devices?

-- 
Christian Laursen


More information about the cvs-all mailing list