Index: kernel-rhel7/fs/proc/meminfo.c =================================================================== --- kernel-rhel7.orig/fs/proc/meminfo.c +++ kernel-rhel7/fs/proc/meminfo.c @@ -199,6 +199,7 @@ static const struct file_operations memi static int __init proc_meminfo_init(void) { + printk("a\n"); proc_create("meminfo", 0, NULL, &meminfo_proc_fops); return 0; }