[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHA+R7N+bnm5TpiR=UhsYHy9EvPTOj55wBJ2sg9ybLBL8WJX_w@mail.gmail.com>
Date: Wed, 20 May 2015 11:40:01 -0700
From: Cong Wang <cwang@...pensource.com>
To: Hannes Frederic Sowa <hannes@...essinduktion.org>
Cc: netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 2/4] net: af_unix: implement stream sendpage support
On Wed, May 20, 2015 at 8:35 AM, Hannes Frederic Sowa
<hannes@...essinduktion.org> wrote:
>
> +static ssize_t unix_stream_sendpage(struct socket *socket, struct page *page,
> + int offset, size_t size, int flags)
> +{
> + int err;
> + bool send_sigpipe;
> + struct sock *sk, *other;
> + struct sk_buff *skb, *newskb, *tail;
> +
> + err = 0;
> + tail = NULL;
> + newskb = NULL;
> + sk = socket->sk;
> + send_sigpipe = true;
Please fold them.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists