]> Git Repo - linux.git/commit
mm: implement ->map_pages for shmem/tmpfs
authorNing Qu <[email protected]>
Mon, 7 Apr 2014 22:37:24 +0000 (15:37 -0700)
committerLinus Torvalds <[email protected]>
Mon, 7 Apr 2014 23:35:53 +0000 (16:35 -0700)
commitd7c1755179b82d954f593ca5285b9360f2f62e9c
tree72158dbcc2afab33ad71bc1d56f5c666965336a1
parent1592eef01505177ed50149795a1560ec5a139df1
mm: implement ->map_pages for shmem/tmpfs

In shmem/tmpfs, we also use the generic filemap_map_pages, seems the
additional checking is not worth a separate version of map_pages for it.

Signed-off-by: Ning Qu <[email protected]>
Acked-by: Hugh Dickins <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Dave Chinner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/shmem.c
This page took 0.055952 seconds and 4 git commands to generate.