On Wed, May 18, 2011 at 12:43:00PM -0700, Andrew Morton wrote: > On Fri, 13 May 2011 23:13:08 +0300 > Alexey Dobriyan <[email protected]> wrote: > > > ->read_proc interface is going away, convert to seq_file. > > > > Signed-off-by: Alexey Dobriyan <[email protected]> > > --- > > > > drivers/char/ipmi/ipmi_msghandler.c | 138 > > +++++++++++++++++++++--------------- > > drivers/char/ipmi/ipmi_si_intf.c | 88 +++++++++++++++------- > > include/linux/ipmi_smi.h | 2 > > 3 files changed, 142 insertions(+), 86 deletions(-) > > Was this runtime tested?
No, but I've sent approximately millions of such patches earlier and boilerplate code for new "struct file_operations"/foo_proc_open/single_release et al was script-generated, so it can't be that bad. ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
