svn commit: r248519 - in head/sys/cam: . ata scsi

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Mar 21 16:43:41 UTC 2013


On Thu, Mar 21, 2013 at 05:30:44PM +0100, Pawel Jakub Dawidek wrote:
> On Tue, Mar 19, 2013 at 03:01:51PM +0000, Konstantin Belousov wrote:
> > Author: kib
> > Date: Tue Mar 19 15:01:50 2013
> > New Revision: 248519
> > URL: http://svnweb.freebsd.org/changeset/base/248519
> > 
> > Log:
> >   Support unmapped i/o for the md(4).
> >   
> >   The vnode-backed md(4) has to map the unmapped bio because VOP_READ()
> >   and VOP_WRITE() interfaces do not allow to pass unmapped requests to
> >   the filesystem. Vnode-backed md(4) uses pbufs instead of relying on
> >   the bio_transient_map, to avoid usual md deadlock.
> >   
> >   Sponsored by:	The FreeBSD Foundation
> >   Tested by:	pho, scottl
> 
> This commit message belongs to r248518.

I saw you did force commit to head/sys/cam/cam_ccb.h with proper
message. BTW. Not sure if you know, but it is possible to do forced
commits without changing anything.

-- 
Pawel Jakub Dawidek                       http://www.wheelsystems.com
FreeBSD committer                         http://www.FreeBSD.org
Am I Evil? Yes, I Am!                     http://tupytaj.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20130321/52fbd4e1/attachment.sig>


More information about the svn-src-all mailing list