diff options
author | 2022-04-20 01:43:13 +0200 | |
---|---|---|
committer | 2022-05-05 08:37:14 -0700 | |
commit | b35413f415c6469c79b430c52a718de17c62db2f (patch) | |
tree | eb068b54fd5f5386a1c807074dd776893b722958 /net/core/dev.c | |
parent | ixgbe: Fix module_param allow_unsupported_sfp type (diff) | |
download | linux-rng-b35413f415c6469c79b430c52a718de17c62db2f.tar.xz linux-rng-b35413f415c6469c79b430c52a718de17c62db2f.zip |
igb: Convert kmap() to kmap_local_page()
kmap() is being deprecated and these usages are all local to the thread
so there is no reason kmap_local_page() can't be used.
Replace kmap() calls with kmap_local_page().
Signed-off-by: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions