]> git.baikalelectronics.ru Git - kernel.git/commit
rhashtable: accept GFP flags in rhashtable_walk_init
authorBob Copeland <me@bobcopeland.com>
Wed, 2 Mar 2016 15:09:19 +0000 (10:09 -0500)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 Apr 2016 08:56:32 +0000 (10:56 +0200)
commit98610de8031bca96867333146d83a051697b148a
tree5b5a00794c61ddd351c11b2a928e1796290896c7
parent0fd82281194cb5f5d0dc1ae8d72eff16d615ac60
rhashtable: accept GFP flags in rhashtable_walk_init

In certain cases, the 802.11 mesh pathtable code wants to
iterate over all of the entries in the forwarding table from
the receive path, which is inside an RCU read-side critical
section.  Enable walks inside atomic sections by allowing
GFP_ATOMIC allocations for the walker state.

Change all existing callsites to pass in GFP_KERNEL.

Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Bob Copeland <me@bobcopeland.com>
[also adjust gfs2/glock.c and rhashtable tests]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
fs/gfs2/glock.c
include/linux/rhashtable.h
lib/rhashtable.c
lib/test_rhashtable.c
net/ipv6/ila/ila_xlat.c
net/netfilter/nft_hash.c
net/netlink/af_netlink.c
net/sctp/proc.c