From: David S. Miller Date: Tue, 23 Jul 2013 18:31:39 +0000 (-0700) Subject: Remove Linux kernel version ambiguity in comment added by previous commit. X-Git-Tag: glibc-2.18~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=135529b443631f840cc66d0cc395f79c416434d9;p=platform%2Fupstream%2Fglibc.git Remove Linux kernel version ambiguity in comment added by previous commit. * tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0e4747e..eae5079 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2013-07-23 David S. Miller + + * tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment. + 2013-07-22 David S. Miller * tst-cancel4.c (WRITE_BUFFER_SIZE): Increase to 16384. diff --git a/nptl/tst-cancel4.c b/nptl/tst-cancel4.c index 10b7c6e..6d25e48 100644 --- a/nptl/tst-cancel4.c +++ b/nptl/tst-cancel4.c @@ -87,8 +87,8 @@ static pthread_barrier_t b2; the socket send buffer size to '1', a write of this size on that socket will block. - The Linux kernel imposes a minimum send socket buffer size - which has changed over the years. Currently the value is: + The Linux kernel imposes a minimum send socket buffer size which + has changed over the years. As of Linux 3.10 the value is: 2 * (2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff)))