]> git.baikalelectronics.ru Git - kernel.git/commit
net: filter: remove DL macro
authorDaniel Borkmann <dborkman@redhat.com>
Fri, 23 May 2014 16:43:57 +0000 (18:43 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 May 2014 20:48:05 +0000 (16:48 -0400)
commitd0ef99b56da87a611da4b5655be88465c3970b34
tree69372cf291bd655b7c67cea4c1ea076ed3e2f3e1
parentc7d59c109b200f6bfa69379fae94ba909f69f85f
net: filter: remove DL macro

Lets get rid of this macro. After commit e8fbf112b667 ("net: filter:
simplify label names from jump-table"), labels have become more
readable due to omission of BPF_ prefix but at the same time more
generic, so that things like `git grep -n` would not find them. As
a middle path, lets get rid of the DL macro as it's not strictly
needed and would otherwise just hide the full name.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/filter.h
net/core/filter.c