not able to link with proc_root symbol

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am not able to link with proc_root symbol, though i could see it
exported in /proc/kallsyms.
I am trying something like this:
static void __exit procfs_exit(void)
{
        remove_proc_entry(PROCFS_NAME,&proc_root);
        printk(KERN_INFO "/proc/%s removed\n",PROCFS_NAME);
}

have included the following:
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/proc_fs.h>

-Sabin


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux