From: Linus Torvalds Date: Mon, 7 May 2012 00:47:30 +0000 (-0700) Subject: vfs: de-crapify "cp_new_stat()" function X-Git-Tag: v3.5-rc1~194^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52dd971f947893bc7735396c74cfa591f0a7558;p=pandora-kernel.git vfs: de-crapify "cp_new_stat()" function It's an unreadable mess of 32-bit vs 64-bit #ifdef's that mostly follow a rather simple pattern. Make a helper #define to handle that pattern, in the process making the code both shorter and more readable. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed