Rob Jones d66a0520cb ipc/util.c: use __seq_open_private() instead of seq_open()
Using __seq_open_private() removes boilerplate code from
sysvipc_proc_open().

The resultant code is shorter and easier to follow.

However, please note that __seq_open_private() call kzalloc() rather than
kmalloc() which may affect timing due to the memory initialisation
overhead.

Signed-off-by: Rob Jones <rob.jones@codethink.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-10-14 02:18:23 +02:00
..
2014-06-06 16:08:14 -07:00
2014-06-06 16:08:14 -07:00
2010-03-12 15:52:32 -08:00
2014-04-07 16:36:11 -07:00
2014-06-06 16:08:15 -07:00
2014-06-06 16:08:14 -07:00