summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2014-03-07 06:57:52 (GMT)
committerDavid S. Miller <davem@davemloft.net>2014-03-09 00:09:10 (GMT)
commit2d8d40afd187bced0a3d056366fb58d66fe845e3 (patch)
treec42c299205f38d9a6ab275d53de74583f56e2119 /crypto/Kconfig
parentd85ea93ffb7e8bb6855d60c0901e4b6571689085 (diff)
downloadlinux-2d8d40afd187bced0a3d056366fb58d66fe845e3.tar.xz
pkt_sched: fq: do not hold qdisc lock while allocating memory
Resizing fq hash table allocates memory while holding qdisc spinlock, with BH disabled. This is definitely not good, as allocation might sleep. We can drop the lock and get it when needed, we hold RTNL so no other changes can happen at the same time. Signed-off-by: Eric Dumazet <edumazet@google.com> Fixes: afe4fd062416 ("pkt_sched: fq: Fair Queue packet scheduler") Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/Kconfig')
0 files changed, 0 insertions, 0 deletions