]> Pileus Git - ~andy/linux/commit
netlabel: correctly list all the static label mappings
authorPaul Moore <pmoore@redhat.com>
Wed, 6 Mar 2013 11:45:24 +0000 (11:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Mar 2013 21:20:23 +0000 (16:20 -0500)
commit0c1233aba1e948c37f6dc7620cb7c253fcd71ce9
tree50cb5865bd1ffc0f92a5ee1a75cdce5cf82879b3
parent260055bb1f1f8b5328601816c50fd7e0dfda7dff
netlabel: correctly list all the static label mappings

When we have a large number of static label mappings that spill across
the netlink message boundary we fail to properly save our state in the
netlink_callback struct which causes us to repeat the same listings.
This patch fixes this problem by saving the state correctly between
calls to the NetLabel static label netlink "dumpit" routines.

Signed-off-by: Paul Moore <pmoore@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlabel/netlabel_unlabeled.c