The patch titled mm-use-pagevec-to-rotate-reclaimable-page: fix function declaration has been added to the -mm tree. Its filename is mm-use-pagevec-to-rotate-reclaimable-page-fix-function-declaration.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: mm-use-pagevec-to-rotate-reclaimable-page: fix function declaration From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix function declaration: mm/swap.c:130:22: warning: non-ANSI function declaration of function 'move_tail_pages' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Hisashi Hifumi <hifumi.hisashi@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/swap.c~mm-use-pagevec-to-rotate-reclaimable-page-fix-function-declaration mm/swap.c --- a/mm/swap.c~mm-use-pagevec-to-rotate-reclaimable-page-fix-function-declaration +++ a/mm/swap.c @@ -125,7 +125,7 @@ static void pagevec_move_tail(struct pag static DEFINE_PER_CPU(struct pagevec, rotate_pvecs) = { 0, }; -void move_tail_pages() +void move_tail_pages(void) { unsigned long flags; struct pagevec *pvec; _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are git-alsa.patch fix-auditscc-kernel-doc.patch git-kbuild.patch menuconfig-distinguish-between-selected-by-another-options-and-comments.patch git-mtd.patch git-net.patch git-nfsd.patch git-scsi-misc.patch git-unionfs.patch git-watchdog.patch git-ipwireless_cs.patch kgdb-fix-help-text.patch kgdb-fix-docbook-and-kernel-doc-typos.patch mm-use-pagevec-to-rotate-reclaimable-page-fix-function-declaration.patch security-convert-lsm-into-a-static-interface-fix-2-fix.patch docs-ramdisk-initrd-initramfs-corrections.patch send-quota-messages-via-netlink-fix.patch send-quota-messages-via-netlink-fix-fix.patch maintainers-linux-omap-list-is-subscribers-only.patch make-the-pr_-family-of-macros-in-kernelh-complete.patch doc-about-email-clients-for-linux-patches.patch ecryptfs-remove-header_extent_size-fix.patch kernel-doc-fix-doc-blocks-and-html.patch express-relocatability-of-kernel-on-x86_64-in.patch profile-likely-unlikely-macros.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