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 netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to