git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48b97b
)
vfs: de-crapify "cp_new_stat()" function
author
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 7 May 2012 00:47:30 +0000
(17:47 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 7 May 2012 00:47:30 +0000
(17:47 -0700)
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>
No differences found