Greg KH wrote: >On Sun, Feb 27, 2005 at 06:39:51PM -0500, Wen Xiong wrote: > > >>This patch is for jsm_proc.c and includes the functions relating to >>/proc/jsm entry. >> >> > >No, don't add new /proc stuff. Use sysfs, and if you want to spit out >more data, use debugfs. > >What is the need for these files? > >thanks, > >greg k-h >- >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html >Please read the FAQ at http://www.tux.org/lkml/ > > > Changed to use sysfs. Signed-off-by: Wen Xiong