Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts: include/asm-x86/statfs.h
This commit is contained in:
@@ -1986,11 +1986,13 @@ static void read_markers(const char *fname)
|
||||
|
||||
mod = find_module(modname);
|
||||
if (!mod) {
|
||||
if (is_vmlinux(modname))
|
||||
have_vmlinux = 1;
|
||||
mod = new_module(NOFAIL(strdup(modname)));
|
||||
mod->skip = 1;
|
||||
}
|
||||
if (is_vmlinux(modname)) {
|
||||
have_vmlinux = 1;
|
||||
mod->skip = 0;
|
||||
}
|
||||
|
||||
if (!mod->skip)
|
||||
add_marker(mod, marker, fmt);
|
||||
|
Reference in New Issue
Block a user