On Sun, 2005-02-06 at 22:17 -0800, linux lover wrote: > Hello, > I have written one /proc file creation kernel > module. This module creates /proc/file and defied > operations on it. Also i have written user program > that will read & write to /proc files from user space. > Now what i want is to use same bufproc_read & > bufproc_write functions defined in /proc file > handling kernel module to be used in another kernel > module to read that /proc/file in kernel module.The > second kernel module only used to read /proc file in > kernel. I am not understanding how can i open that > /proc/file in second kenrel module to read in kernel? > regards,
the answer really is that you should not read files from kernel modules; /proc or otherwise. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/