Subject: + swap-add-a-simple-detector-for-inappropriate-swapin-readahead-fix.patch added to -mm tree To: fengguang.wu@xxxxxxxxx,hannes@xxxxxxxxxxx,shli@xxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 11 Jun 2013 14:24:05 -0700 The patch titled Subject: swap: swapin_nr_pages() can be static has been added to the -mm tree. Its filename is swap-add-a-simple-detector-for-inappropriate-swapin-readahead-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Fengguang Wu <fengguang.wu@xxxxxxxxx> Subject: swap: swapin_nr_pages() can be static Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Cc: Shaohua Li <shli@xxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swap_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/swap_state.c~swap-add-a-simple-detector-for-inappropriate-swapin-readahead-fix mm/swap_state.c --- a/mm/swap_state.c~swap-add-a-simple-detector-for-inappropriate-swapin-readahead-fix +++ a/mm/swap_state.c @@ -394,7 +394,7 @@ struct page *read_swap_cache_async(swp_e return found_page; } -unsigned long swapin_nr_pages(unsigned long offset) +static unsigned long swapin_nr_pages(unsigned long offset) { static unsigned long prev_offset; unsigned int pages, max_pages, last_ra; _ Patches currently in -mm which might be from fengguang.wu@xxxxxxxxx are linux-next.patch swap-add-a-simple-detector-for-inappropriate-swapin-readahead.patch swap-add-a-simple-detector-for-inappropriate-swapin-readahead-fix.patch mm-tune-vm_committed_as-percpu_counter-batching-size-fix.patch fs-fs-writebackc-make-wb_do_writeback-as-static.patch smp-give-warning-when-calling-smp_call_function_many-single-in-serving-irq.patch fat-additions-to-support-fat_fallocate-fix.patch crypto-add-lz4-cryptographic-api-fix.patch debugging-keep-track-of-page-owners-fix-2-fix-fix-fix.patch debugging-keep-track-of-page-owner-now-depends-on-stacktrace_support.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html