lkml.org 
[lkml]   [2007]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/21] [PATCH] move desc_empty to where they belong
Rusty Russell wrote:
> On Tuesday 18 December 2007 09:52:26 Glauber de Oliveira Costa wrote:
>> +static inline int desc_empty(const void *ptr)
>> +{
>> + const u32 *desc = ptr;
>> + return !(desc[0] | desc[1]);
>> +}
>
> Erk. This really needs to be a union, not a void *. I guess we can clean it
> later.
>
> Rusty.
My last series, that unified desc_struct, made it possible to do that.
However, the intent of this, is just move it to a common place.


\
 
 \ /
  Last update: 2007-12-18 17:13    [W:0.237 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site