commit | a52dd971f947893bc7735396c74cfa591f0a7558 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 06 17:47:30 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 06 17:47:30 2012 -0700 |
tree | 34c846f65ca97b70df13cad2e9a8beac59677da0 | |
parent | d48b97b403d23f6df0b990cee652bdf9a52337a3 [diff] |
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 <torvalds@linux-foundation.org>