lkml.org 
[lkml]   [2007]   [Jan]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] bonding: Replace kmalloc() + memset() pairs with the appropriate kzalloc() calls
Fromjoe jin <>
DateMon, 15 Jan 2007 10:49:30 +0800
> Hi Joe,
> 
> On 1/12/07, joe jin <joe.jin@oracle.com> wrote:
> > @@ -788,7 +786,7 @@ static int rlb_initialize(struct bonding
> >
> >         spin_lock_init(&(bond_info->rx_hashtbl_lock));
> >
> > -       new_hashtbl = kmalloc(size, GFP_KERNEL);
> > +       new_hashtbl = kzalloc(size, GFP_KERNEL);
> >         if (!new_hashtbl) {
> >                 printk(KERN_ERR DRV_NAME
> >                        ": %s: Error: Failed to allocate RLB hash table\n",
> 
> You forgot to remove the memset here.

Here is not a memset :)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-01-15 03:49    [from the cache]
©2003-2008