public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft•net>
To: sri@us•ibm.com
Cc: netdev@vger•kernel.org
Subject: Re: [PATCH RESEND 2/2] update sunrpc to use in-kernel sockets API
Date: Mon, 07 Aug 2006 20:59:10 -0700 (PDT)	[thread overview]
Message-ID: <20060807.205910.68157131.davem@davemloft.net> (raw)
In-Reply-To: <1154991632.11916.6.camel@w-sridhar2.beaverton.ibm.com>

From: Sridhar Samudrala <sri@us•ibm.com>
Date: Mon, 07 Aug 2006 16:00:32 -0700

> Update sunrpc to use in-kernel sockets API.
> 
> Signed-off-by: Sridhar Samudrala <sri@us•ibm.com>
> Acked-by: James Morris <jmorris@namei•org>

Applied, thanks.

> @@ -207,7 +207,7 @@ static inline int xs_sendpages(struct so
>  		base &= ~PAGE_CACHE_MASK;
>  	}
>  
> -	sendpage = sock->ops->sendpage ? : sock_no_sendpage;
> +	sendpage = kernel_sendpage;
>  	do {
>  		int flags = XS_SENDMSG_FLAGS;
>  

Seemingly this chunk could be simplified further, by
just invoking kernel_sendpage() directly?

  reply	other threads:[~2006-08-08  3:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-07 23:00 [PATCH RESEND 2/2] update sunrpc to use in-kernel sockets API Sridhar Samudrala
2006-08-08  3:59 ` David Miller [this message]
2006-08-08 17:19   ` Sridhar Samudrala
2006-08-09  0:09     ` David Miller
2006-08-09  3:16       ` Trond Myklebust
2006-08-09 17:34         ` Sridhar Samudrala
2006-08-10  0:03           ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060807.205910.68157131.davem@davemloft.net \
    --to=davem@davemloft$(echo .)net \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=sri@us$(echo .)ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox