How can I create a new proc entry under /proc/[pid] ? 
I using create_proc_entry("SOME_FILE", 0644, NULL /* here goes the pid proc entry */); 
Is there any way to get PID directory as a parent proc entry ? How ? 

Thanks,
Mauro