commit | c5bf121e4350a933bd431385e6fcb72a898ecc68 | [log] [tgz] |
---|---|---|
author | Vineeth Remanan Pillai <[email protected]> | Tue Mar 05 15:46:58 2019 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Mar 05 21:07:18 2019 -0800 |
tree | 83cc8c0050d70e9ae073030674e72d2af7f5d5e8 | |
parent | a9e7c39fa9fd908bc914d691045c96fdc97da7cd [diff] |
mm: refactor swap-in logic out of shmem_getpage_gfp swapin logic can be reused independently without rest of the logic in shmem_getpage_gfp. So lets refactor it out as an independent function. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Vineeth Remanan Pillai <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Huang Ying <[email protected]> Cc: Hugh Dickins <[email protected]> Cc: Kelley Nielsen <[email protected]> Cc: Rik van Riel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>