]> Git Repo - linux.git/commit
i915: use find_lock_page instead of find_lock_entry
authorMatthew Wilcox (Oracle) <[email protected]>
Tue, 13 Oct 2020 23:51:31 +0000 (16:51 -0700)
committerLinus Torvalds <[email protected]>
Wed, 14 Oct 2020 01:38:29 +0000 (18:38 -0700)
commit9dfc8ff34b951f83632815a87e97a625a11360f0
treed19503cd766b5f73a2ab8675bbab2bfc87f90a5d
parent8cf886463ecc621688a9c81c387d0f9ed32e45ea
i915: use find_lock_page instead of find_lock_entry

i915 does not want to see value entries.  Switch it to use
find_lock_page() instead, and remove the export of find_lock_entry().
Move find_lock_entry() and find_get_entry() to mm/internal.h to discourage
any future use.

Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Huang Ying <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Matthew Auld <[email protected]>
Cc: William Kucharski <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
drivers/gpu/drm/i915/gem/i915_gem_shmem.c
include/linux/pagemap.h
mm/filemap.c
mm/internal.h
This page took 0.053904 seconds and 4 git commands to generate.