From: Benjamin LaHaise Date: Thu, 23 Mar 2006 11:01:03 +0000 (-0800) Subject: [PATCH] get_empty_filp tweaks, inline epoll_init_file() X-Git-Tag: v2.6.17-rc1~1005 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a6b7951bfcca7f45f44269ea87417c74558daf8;p=pandora-kernel.git [PATCH] get_empty_filp tweaks, inline epoll_init_file() Eliminate a handful of cache references by keeping current in a register instead of reloading (helps x86) and avoiding the overhead of a function call. Inlining eventpoll_init_file() saves 24 bytes. Also reorder file initialization to make writes occur more sequentially. Signed-off-by: Benjamin LaHaise Cc: Davide Libenzi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed