From: Masatake YAMATO Date: Sat, 27 Feb 2010 19:45:37 +0000 (+0000) Subject: netlink: Adding inode field to /proc/net/netlink X-Git-Tag: v2.6.34-rc1~233^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf0aa4e07c32b0c211c24742aa015c0e7a135293;p=pandora-kernel.git netlink: Adding inode field to /proc/net/netlink The Inode field in /proc/net/{tcp,udp,packet,raw,...} is useful to know the types of file descriptors associated to a process. Actually lsof utility uses the field. Unfortunately, unlike /proc/net/{tcp,udp,packet,raw,...}, /proc/net/netlink doesn't have the field. This patch adds the field to /proc/net/netlink. Signed-off-by: Masatake YAMATO Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed