On Tue, Aug 05, 2014 at 09:46:48PM +0200, Oleg Nesterov wrote: > do_maps_open() and numa_maps_open() are overcomplicated, they could > use __seq_open_private(). Plus they do the same, just sizeof(*priv) > differs. > > Change them to use a new simple helper, proc_maps_open(ops, psize). > This simplifies the code and allows us to do the next changes. > > Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: Kirill A. Shutemov <[email protected]> -- Kirill A. Shutemov -- 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/

