From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Fri, 11 Aug 2006 14:28:20 +0400
> On Fri, Aug 11, 2006 at 03:15:16AM -0700, David Miller ([EMAIL PROTECTED]) > wrote: > > Did I miss some way that multiple file objects can point to the > > same socket inode? > > What about dup and pipe? Dup makes new "file descriptor" references to the file object. It does not create a new file object reference to a socket inode, which is what we're concerned with here. Pipe files do not point to socket inodes. - 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
