[PATCH 11/15] Make some netfilter-related proc files use seq_list_xxx helpers

2007-05-18 Thread Pavel Emelianov
This includes /proc/net/ip_conntrack_expect file. Although struct nf_conntrack_expect has list_head as the very first element I use list_entry in .show callback to emphasize the fact that *v is the list_head pointer. Signed-off-by: Pavel Emelianov <[EMAIL PROTECTED]> --- diff --git

[PATCH 11/15] Make some netfilter-related proc files use seq_list_xxx helpers

2007-05-18 Thread Pavel Emelianov
This includes /proc/net/ip_conntrack_expect file. Although struct nf_conntrack_expect has list_head as the very first element I use list_entry in .show callback to emphasize the fact that *v is the list_head pointer. Signed-off-by: Pavel Emelianov [EMAIL PROTECTED] --- diff --git