git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20932d
)
[NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.
author
Pavel Emelyanov
<xemul@openvz.org>
Fri, 29 Feb 2008 19:39:17 +0000
(11:39 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 29 Feb 2008 19:39:17 +0000
(11:39 -0800)
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>
No differences found