Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <pbadari@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information