<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000066">
<br>
<blockquote cite="mid52slvzmh0d.fsf@cisco.com" type="cite">
<pre wrap=""> > - iu = kmalloc(sizeof *iu, gfp_mask);
> + iu = kzalloc(sizeof *iu, gfp_mask);
</pre>
</blockquote>
We only do this once at init time<br>
<br>
<blockquote cite="mid52slvzmh0d.fsf@cisco.com" type="cite">
<pre wrap="">By the way, why do we want this? I think we always clear out the
contents of our IUs before we send them.
</pre>
</blockquote>
<br>
I don't think that we clear out the contents of our IUs and we should
not except some extra fields (fmr_arr, fmr_cnt) that my patch
introduced <br>
<br>
Vu<br>
</body>
</html>