dear sir
i want to create a symbolic link to my own proc file system (which has been already created in /fs/proc/root.c) from the /kernel/fork.c
how to do it
i actually want to write inside the proc directory using the syslink
what will be the syntax and the parameter passed
could you plz explain me the parameters passed
to
struct proc_dir_entry* proc_symlink(const char* name, struct
proc_dir_entry* parent, const char* dest);
thanks
sounak