From: Arnd Bergmann Date: Sat, 14 Nov 2009 22:16:18 +0000 (+0100) Subject: compat_ioctl: pass compat pointer directly to handlers X-Git-Tag: v2.6.33-rc1~300^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c6e7b97f9ea0f4dec430dbafb6afa6ac711eb1;p=pandora-kernel.git compat_ioctl: pass compat pointer directly to handlers Instead of having each handler call compat_ptr, we can now convert the pointer once and pass that to each handler. This saves a little bit of both source and object code size. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed