From: Denis V. Lunev Date: Thu, 10 Jan 2008 11:53:12 +0000 (-0800) Subject: [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semantics X-Git-Tag: v2.6.25-rc1~1162^2~795 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4250846146c04ac6f17bf92619ddfef6db2cf34f;p=pandora-kernel.git [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semantics seq_open_net requires that first field of the seq->private data to be struct seq_net_private. In reality this is a single pointer to a struct net for now. The patch makes code consistent. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed