]> git.karo-electronics.de Git - karo-tx-linux.git/commit
procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2
authorCyrill Gorcunov <gorcunov@openvz.org>
Sun, 26 Aug 2012 14:28:20 +0000 (18:28 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 26 Aug 2012 14:57:55 +0000 (10:57 -0400)
commite9c5a770dd4fa58dec03a7fde04a5fd7677dc6ad
treee19415e4bcf52d063c87675ed32de4b5d72b1a1c
parentc8506285ded8009f7c1ab937fc0021c6294ba424
procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2

This patch converts /proc/pid/fdinfo/ handling routines to seq-file which
is needed to extend seq operations and plug in auxiliary fdinfo provides
from subsystems like eventfd/eventpoll/fsnotify.

Note the proc_fd_link no longer call for proc_fd_info, simply because
the guts of proc_fd_info() got merged into ->show() of that seq_file

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/proc/fd.c