From: Linus Torvalds Date: Mon, 21 May 2012 15:41:38 +0000 (-0700) Subject: Merge branch 'stat-cleanups' (clean up copying of stat info to user space) X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8c12fec90c54cfabdd57b2726a1defbc07c19a55;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Merge branch 'stat-cleanups' (clean up copying of stat info to user space) This makes cp_new_stat() a bit more readable, and avoids having to memset() the whole structure just to fill in a couple of padding fields. This is another result of me looking at code generation of functions that show up high on certain kernel profiles, and just going "Oh, let's just clean that up". Architectures that don't supply the #define to fill just the padding fields will still fall back to memset(). * stat-cleanups: vfs: don't force a big memset of stat data just to clear padding fields vfs: de-crapify "cp_new_stat()" function --- 8c12fec90c54cfabdd57b2726a1defbc07c19a55