All of lore.kernel.org
 help / color / mirror / Atom feed
* + documentation-fix-unix_dgram_qlen-description.patch added to -mm tree
@ 2009-04-01 21:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-04-01 21:30 UTC (permalink / raw)
  To: mm-commits; +Cc: lixd, davem


The patch titled
     documentation: fix unix_dgram_qlen description
has been added to the -mm tree.  Its filename is
     documentation-fix-unix_dgram_qlen-description.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: documentation: fix unix_dgram_qlen description
From: Li Xiaodong <lixd@cn.fujitsu.com>

Previous description about system parameter in /proc/sys/net/unix/ is
wrong (or missed).  Simply add a new description about unix_dgram_qlen
according to latest kernel.

Signed-off-by: Li Xiaodong <lixd@cn.fujitsu.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 Documentation/sysctl/net.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff -puN Documentation/sysctl/net.txt~documentation-fix-unix_dgram_qlen-description Documentation/sysctl/net.txt
--- a/Documentation/sysctl/net.txt~documentation-fix-unix_dgram_qlen-description
+++ a/Documentation/sysctl/net.txt
@@ -93,8 +93,9 @@ of struct cmsghdr structures with append
 2. /proc/sys/net/unix - Parameters for Unix domain sockets
 -------------------------------------------------------
 
-There are  only  two  files  in this subdirectory. They control the delays for
-deleting and destroying socket descriptors.
+There is only one file in this directory.
+unix_dgram_qlen limits the max number of datagrams queued in Unix domain
+socket's buffer. It will not take effect unless PF_UNIX flag is spicified.
 
 
 3. /proc/sys/net/ipv4 - IPV4 settings
_

Patches currently in -mm which might be from lixd@cn.fujitsu.com are

documentation-fix-unix_dgram_qlen-description.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-01 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-01 21:30 + documentation-fix-unix_dgram_qlen-description.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.