netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
authorChristoph Hellwig <hch@lst.de>
Sun, 15 Apr 2018 08:22:23 +0000 (10:22 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 16 May 2018 05:24:30 +0000 (07:24 +0200)
commitfd24de8904a747830142cc0bf2bb05302c242a7a
tree3cf84d9be8900555887d0891ff0a255147b29168
parent71a5053a41fd8ddaffb6f2d0ca469a49d622dd7c
netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data

And use proc private data directly instead of doing a detour
through seq->private.

Signed-off-by: Christoph Hellwig <hch@lst.de>
net/netfilter/xt_hashlimit.c