commit | d676ff493d9dfb8b34892214665028a8c85e2056 | [log] [tgz] |
---|---|---|
author | Javier Cardona <javier@cozybit.com> | Tue May 17 16:13:34 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Thu May 19 13:54:14 2011 -0400 |
tree | c577181f7e291ebdd39cdd616f1554bd7c3915d7 | |
parent | ba4903f97a275ed0967b58ff882f8ab41bec24ad [diff] |
mac80211: Don't sleep when growing the mesh path After commit 1928ecab620907a0953f811316d05f367f3f4dba (mac80211: fix and simplify mesh locking) mesh table allocation is performed with the pathtbl_resize_lock taken. Under those conditions one should not sleep. This patch makes the allocations GFP_ATOMIC to prevent that. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>