From: Ying Xue Date: Wed, 6 Jul 2011 10:01:13 +0000 (-0400) Subject: tipc: Simplify prohibition of listen and accept for connectionless sockets X-Git-Tag: v3.2-rc1~129^2~251^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245f3d342dccad293d0cd0bbe231051b2daa695f;p=pandora-kernel.git tipc: Simplify prohibition of listen and accept for connectionless sockets Modifies the proto_ops structure used by TIPC DGRAM and RDM sockets so that calls to listen() and accept() are handled by existing kernel "unsupported operation" routines, and eliminates the related checks in the listen and accept routines used by SEQPACKET and STREAM sockets that are no longer needed. Signed-off-by: Ying Xue Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed