Mark McLoughlin wrote:
> On Mon, 2008-08-25 at 22:12 +0930, Mark Pulford wrote:
>   
>> Fix COMPAT_csum_offset #else/#endif block in virtio_net.c. The #endif
>> was being output 1 line too early.
>>
>> Signed-off-by: Mark Pulford <[EMAIL PROTECTED]>
>>
>> diff --git a/hack-module.awk b/hack-module.awk
>> index a3275fa..7cb9381 100644
>> --- a/hack-module.awk
>> +++ b/hack-module.awk
>> @@ -134,6 +134,9 @@
>>      print "\t\thdr->csum_start = skb->h.raw - skb->data;";
>>      print "\t\thdr->csum_offset = skb->csum;";
>>      print "#else"
>> +}
>> +
>> +/hdr->csum_offset = skb->csum_offset/ {
>>      need_endif = 1;
>>  }
>>     
>
> This looks right to me; I had a slightly uglier version that I forgot to
> upstream.
>
> Acked-by: Mark McLoughlin <[EMAIL PROTECTED]>
>
>   

Thanks for the reminder; applied.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to