From 6087b2dab2c914268b1a50882edbbad82bfefd29 Mon Sep 17 00:00:00 2001 From: Badari Pulavarty Date: Wed, 23 May 2007 13:57:45 -0700 Subject: [PATCH] optimize compat_core_sys_select() by a using stack space for small fd sets Optimize select by a using stack space for small fd sets. core_sys_select() already has this optimization. This is for compat version. Signed-off-by: Badari Pulavarty Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed