https://github.com/torvalds/linux
Revision e56cfad132f2ae269082359d279c17230c987e74 authored by Jarek Poplawski on 13 April 2008, 01:37:13 UTC, committed by David S. Miller on 13 April 2008, 01:37:13 UTC
Deleting of nonroot hnodes mostly doesn't work in u32_delete():
refcnt == 1 is expected, but such hnodes' refcnts are initialized
with 0 and charged only with "link" nodes. Now they'll start with
1 like usual. Thanks to Patrick McHardy for an improving suggestion.

Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Acked-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 028b027
History
Tip revision: e56cfad132f2ae269082359d279c17230c987e74 authored by Jarek Poplawski on 13 April 2008, 01:37:13 UTC
[NET_SCHED] cls_u32: refcounting fix for u32_delete()
Tip revision: e56cfad
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 94.9 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top