Home
last modified time | relevance | path

Searched hist:a52dd971f947893bc7735396c74cfa591f0a7558 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dstat.cdiff a52dd971f947893bc7735396c74cfa591f0a7558 Sun May 06 19:47:30 CDT 2012 Linus Torvalds <torvalds@linux-foundation.org> 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>