net: Add comment that early_demux can change via sysctl
Twice patches trying to constify inet{6}_protocol have been reverted:
6392f4716e4c ("Revert "ipv6: constify inet6_protocol structures"") to
revert
480693b1e6cb5 and then
029d2cff572c7 ("Revert "ipv4: make
net_protocol const"") to revert
c4b266099ea1.
Add a comment that the structures can not be const because the
early_demux field can change based on a sysctl.
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>