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 [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to