> diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
> index 060bba4..2ffdf5b 100644
> --- a/net/unix/af_unix.c
> +++ b/net/unix/af_unix.c
> @@ -50,6 +50,9 @@
>   *        Arnaldo C. Melo    :       Remove MOD_{INC,DEC}_USE_COUNT,
>   *                                   the core infrastructure is doing that
>   *                                   for all net proto families now (2.5.69+)
> + *           Brent Casavant  :       SOCK_STREAM MSG_PEEK should peek
> + *                                   far enough ahead to satisfy the request
> + *                                   rather than stop after the first skb.
>   *
>   *

The kernel doesn't use comments as a changlog anymore, that was so last century.


-- 
Stephen Hemminger <[EMAIL PROTECTED]>
--
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