lkml.org 
[lkml]   [2006]   [Jun]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC/PATCH 2/2] update sunrpc to use in-kernel sockets API
James Morris wrote:
> On Mon, 12 Jun 2006, Sridhar Samudrala wrote:
>
>
>> - sendpage = sock->ops->sendpage ? : sock_no_sendpage;
>> + sendpage = kernel_sendpage ? : sock_no_sendpage;
>>
>
> This is not equivalent.
>
>
Actually, we could make this a simple assignment as we check for
sock->ops->sendpage in
kernel_sendpage().
sendpage = kernel_sendpage;

Thanks
Sridhar

-
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: 2006-06-13 06:47    [W:0.047 / U:0.608 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site