[openib-general] cache.c

Kanevsky, Arkady Arkady.Kanevsky at netapp.com
Tue Feb 14 06:35:01 PST 2006


Roland,
in core/cache.c
 
should 
device->cache.gid_cache =
            kmalloc(sizeof *device->cache.pkey_cache *
                  (end_port(device) - start_port(device) + 1),
GFP_KERNEL);


be

 

device->cache.gid_cache =
            kmalloc(sizeof *device->cache.gid_cache *
                  (end_port(device) - start_port(device) + 1),
GFP_KERNEL);

 

 

Arkady


Arkady Kanevsky                       email: arkady at netapp.com

Network Appliance Inc.               phone: 781-768-5395

1601 Trapelo Rd. - Suite 16.        Fax: 781-895-1195

Waltham, MA 02451                   central phone: 781-768-5300

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20060214/77f0e77e/attachment.html>


More information about the general mailing list