]> 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>
Thu, 27 Sep 2012 01:10:01 +0000 (21:10 -0400)
commitddd3e0771bc7b869c550687c204e21f0155d5496
tree89d44ea09ddaf95bd7d6e56ab77cfe169bc8bf5a
parentfaf60af17f8da87e1c87a6be527344791025ce9e
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