diff options
author | Adam B. Jerome <abj@novell.com> | 2006-12-07 05:35:30 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 17:39:31 +0100 |
commit | 07354a00901d103085e4376b7df0aad264c1836a (patch) | |
tree | 2eb8a3dec1957f0ad3423e591de5276367182070 /Documentation/hrtimers.txt | |
parent | [PATCH] ext4: fsid for statvfs (diff) | |
download | linux-07354a00901d103085e4376b7df0aad264c1836a.tar.xz linux-07354a00901d103085e4376b7df0aad264c1836a.zip |
[PATCH] /proc/kallsyms reports lower-case types for some non-exported symbols
This patch addresses incorrect symbol type information reported through
/proc/kallsyms. A lowercase character should designate the symbol as local
(or non-exported). An uppercase character should designate the symbol as
global (or external).
Without this patch, some non-exported symbols are incorrectly assigned an
upper-case designation in /proc/kallsyms. This patch corrects this
condition by converting non-exported symbols types to lower case when
appropriate and eliminates the superfluous upcase_if_global function
Signed-off-by: Adam B. Jerome <abj@novell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/hrtimers.txt')
0 files changed, 0 insertions, 0 deletions