commit | 97242c85a2c8160eac5a6e945209b5b6ae8ab5a3 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Thu May 19 18:14:39 2011 -0400 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu May 26 19:09:07 2011 +0200 |
tree | c1d64596ae85c77580fe99b7c4cae3d41ca4fbf5 | |
parent | 9184a9cba622d9e38462ce11dff7da094b4fea84 [diff] |
netfilter: Fix several warnings in compat_mtw_from_user(). Kill set but not used 'entry_offset'. Add a default case to the switch statement so the compiler can see that we always initialize off and size_kern before using them. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>