| commit | 989412bbd2835f1475d1528846693eddbac744c8 | [log] [tgz] |
|---|---|---|
| author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 22 15:58:27 2012 -0700 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 22 15:58:27 2012 -0700 |
| tree | 192a4fdeeca43951cc69d30fad6b91c6196f9e8c | |
| parent | 1f1e6e523e43e312c0e0d38c09828d53e9f709fc [diff] |
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>