vfs: tidy up fs/namei.c byte-repeat word constants
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Mar 2012 22:58:27 +0000 (15:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Mar 2012 22:58:27 +0000 (15:58 -0700)
commit989412bbd2835f1475d1528846693eddbac744c8
tree192a4fdeeca43951cc69d30fad6b91c6196f9e8c
parent1f1e6e523e43e312c0e0d38c09828d53e9f709fc
vfs: tidy up fs/namei.c byte-repeat word constants

In commit commit 1de5b41cd3b2 ("fs/namei.c: fix warnings on 32-bit")
Andrew said that there must be a tidier way of doing this.

This is that tidier way.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/namei.c