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 <oleg@xxxxxxxxxx> Acked-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> -- Kirill A. Shutemov -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html