Jia-Ju Bai 04b9ce48ef net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()
tipc_nametbl_init() is never called in atomic context.
It calls kzalloc() with GFP_ATOMIC, which is not necessary.
GFP_ATOMIC can be replaced with GFP_KERNEL.

This is found by a static analysis tool named DCNS written by myself.

Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-27 13:45:15 -07:00
..
2018-03-23 13:12:18 -04:00
2018-03-27 13:18:09 -04:00
2018-07-21 16:23:22 -07:00
2018-07-21 16:23:22 -07:00
2018-07-21 16:23:22 -07:00
2016-07-26 14:26:42 -07:00