Skip to content
Commit ddd3e077 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent faf60af1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment