]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Remove PageSwapBacked (!page_is_file_cache) cases from
authorHugh Dickins <hughd@google.com>
Wed, 3 Aug 2011 00:52:54 +0000 (10:52 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 10 Aug 2011 01:50:39 +0000 (11:50 +1000)
commit74a95de6d3d8a848222ff55107934c89e4fc210c
tree0cb867593df54b37f8ffeabf4a8b4161bfe26b98
parentf19cbe105912391a13ff689329ef20371bda1a9f
Remove PageSwapBacked (!page_is_file_cache) cases from
add_to_page_cache_locked() and add_to_page_cache_lru(): those pages now go
through shmem_add_to_page_cache().

Remove a comment on maximum tmpfs size from fsstack_copy_inode_size(), and
add a comment on swap entries to invalidate_mapping_pages().

And mincore_page() uses find_get_page() on what might be shmem or a tmpfs
file: allow for a radix_tree_exceptional_entry(), and proceed to
find_get_page() on swapper_space if so (oh, swapper_space needs #ifdef).

Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mincore.c