]> Git Repo - linux.git/commit - mm/shmem.c
mm/filemap: add mapping_seek_hole_data
authorMatthew Wilcox (Oracle) <[email protected]>
Fri, 26 Feb 2021 01:15:48 +0000 (17:15 -0800)
committerLinus Torvalds <[email protected]>
Fri, 26 Feb 2021 17:40:59 +0000 (09:40 -0800)
commit41139aa4c3a31ee7e072fc63353c74035aade2ff
treef41cd1085eb89b74a1c31f79c0641dd2cf7a5631
parentc7bad633e6b749b2d64e2421cc9d4ee0d1540a8a
mm/filemap: add mapping_seek_hole_data

Rewrite shmem_seek_hole_data() and move it to filemap.c.

[[email protected]: don't put an xa_is_value() page]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: William Kucharski <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Dave Chinner <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Yang Shi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/pagemap.h
mm/filemap.c
mm/shmem.c
This page took 0.058443 seconds and 4 git commands to generate.