Many modules use seq_open() when seq_open_private() or __seq_open_private() would be more appropriate and result in simpler, cleaner code. This patch sequence changes those instances in IPC, MM and LIB. Rob Jones (4): ipc: Use __seq_open_private() instead of seq_open() mm: Use seq_open_private() instead of seq_open() mm: Use __seq_open_private() instead of seq_open() lib: Use seq_open_private() instead of seq_open() ipc/util.c | 20 ++++---------------- lib/dynamic_debug.c | 17 ++--------------- mm/slab.c | 22 +++++++++------------- mm/vmalloc.c | 20 +++++--------------- 4 files changed, 20 insertions(+), 59 deletions(-) -- 1.7.10.4 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>