commit | 03f431b33a6486680ff4e43b059176720bb41972 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Fri Jan 12 02:27:13 2018 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Feb 13 11:40:10 2018 -0800 |
tree | 0f945bca2ae9e1d7f0a15d58aac2a8807aa7cf72 | |
parent | 3758d2c74d67be946b623f3736118e5f59c0d504 [diff] |
i40evf: use GFP_ATOMIC under spin lock A spin lock is taken here so we should use GFP_ATOMIC. Fixes: 504398f0a78e ("i40evf: use spinlock to protect (mac|vlan)_filter_list") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>