]> git.baikalelectronics.ru Git - kernel.git/commit
net: filter: fix the comments
authorLi RongQing <roy.qing.li@gmail.com>
Fri, 10 Oct 2014 05:56:51 +0000 (13:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Oct 2014 19:11:51 +0000 (15:11 -0400)
commit5b5bbabf413932be71c547febaa79081e01264d7
tree776a24e2cf26319a43ef537e0cbb3112ac690a25
parent5151fe318af74e7423939acb69e6ba77c0fe8d93
net: filter: fix the comments

1. sk_run_filter has been renamed, sk_filter() is using SK_RUN_FILTER.
2. Remove wrong comments about storing intermediate value.
3. replace sk_run_filter with __bpf_prog_run for check_load_and_stores's
comments

Cc: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c