linux/net/rxrpc
Pavel Emelyanov 665bba1087 [NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.
Some netfilter code and rxrpc one use seq_open() to open
a proc file, but seq_release_private to release one.

This is harmless, but ambiguous.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-02-29 11:39:17 -08:00
..
Kconfig
Makefile
af_rxrpc.c Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 2008-02-07 08:42:26 -08:00
ar-accept.c net/rxrpc: Use BUG_ON 2008-02-17 18:42:03 -08:00
ar-ack.c net/rxrpc: Use BUG_ON 2008-02-17 18:42:03 -08:00
ar-call.c [AF_RXRPC]: constify function pointer tables 2008-01-31 19:27:18 -08:00
ar-connection.c
ar-connevent.c
ar-error.c
ar-input.c
ar-internal.h [AF_RXRPC]: constify function pointer tables 2008-01-31 19:27:18 -08:00
ar-key.c
ar-local.c
ar-output.c
ar-peer.c
ar-proc.c [NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate. 2008-02-29 11:39:17 -08:00
ar-recvmsg.c
ar-security.c
ar-skbuff.c
ar-transport.c
rxkad.c