svn commit: r286814 - head/sys/dev/ata
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Aug 15 22:21:05 UTC 2015
> On 15 Aug 2015, at 21:46 , Alexander Motin <mav at FreeBSD.org> wrote:
>
> Author: mav
> Date: Sat Aug 15 21:46:02 2015
> New Revision: 286814
> URL: https://svnweb.freebsd.org/changeset/base/286814
>
> Log:
> Remove UMA allocation of ATA requests.
>
> After CAM replaced old ATA stack, this driver processes no more then one
> request at a time per channel. Using UMA after that is overkill, so
> replace it with simple preallocation of one request per channel.
>
> MFC after: 2 weeks
>
> Modified:
> head/sys/dev/ata/ata-all.c
> head/sys/dev/ata/ata-all.h
>
/scratch/tmp/bz/head.svn/sys/modules/ata/atacore/../../../dev/ata/ata-all.c:67: warning: 'ata_init' declared 'static' but never defined
/scratch/tmp/bz/head.svn/sys/modules/ata/atacore/../../../dev/ata/ata-all.c:72: warning: ‘ata_uninit' declared 'static' but never defined
More information about the svn-src-all
mailing list