From: Roland McGrath Date: Tue, 17 Jul 2007 11:03:48 +0000 (-0700) Subject: avoid OPEN_MAX in SCM_MAX_FD X-Git-Tag: v2.6.23-rc1~716 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09edd6eba683741bb8aa8e388a2bfaf1c1a28f9;p=pandora-kernel.git avoid OPEN_MAX in SCM_MAX_FD The OPEN_MAX constant is an arbitrary number with no useful relation to anything. Nothing should be using it. SCM_MAX_FD is just an arbitrary constant and it should be clear that its value is chosen in net/scm.h and not actually derived from anything else meaningful in the system. Signed-off-by: Roland McGrath Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed