https://github.com/torvalds/linux
Revision deac0ccdb4da16b68539d75edecf26162de05150 authored by Yasuyuki Kozakai on 15 February 2006, 23:21:31 UTC, committed by David S. Miller on 15 February 2006, 23:21:31 UTC
NF_CONNTRACK_MARK is bool and depends on NF_CONNTRACK which is
tristate.  If a variable depends on NF_CONNTRACK_MARK and doesn't take
care about NF_CONNTRACK, it can be y even if NF_CONNTRACK isn't y.
NF_CT_ACCT have same issue, too.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 9c92d34
History
Tip revision: deac0ccdb4da16b68539d75edecf26162de05150 authored by Yasuyuki Kozakai on 15 February 2006, 23:21:31 UTC
[NETFILTER]: x_tables: fix dependencies of conntrack related modules
Tip revision: deac0cc
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 424 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 66.3 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top