The patch titled make swap_pte_to_pagemap_entry() static has been removed from the -mm tree. Its filename was make-swap_pte_to_pagemap_entry-static.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: make swap_pte_to_pagemap_entry() static From: Adrian Bunk <bunk@xxxxxxxxxx> Make the needlessly global swap_pte_to_pagemap_entry() static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> Acked-by: Matt Mackall <mpm@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/task_mmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/proc/task_mmu.c~make-swap_pte_to_pagemap_entry-static fs/proc/task_mmu.c --- a/fs/proc/task_mmu.c~make-swap_pte_to_pagemap_entry-static +++ a/fs/proc/task_mmu.c @@ -579,7 +579,7 @@ static int pagemap_pte_hole(unsigned lon return err; } -u64 swap_pte_to_pagemap_entry(pte_t pte) +static u64 swap_pte_to_pagemap_entry(pte_t pte) { swp_entry_t e = pte_to_swp_entry(pte); return swp_type(e) | (swp_offset(e) << MAX_SWAPFILES_SHIFT); _ Patches currently in -mm which might be from bunk@xxxxxxxxxx are origin.patch git-acpi.patch arch-x86-video-fbdevc-add-module_license.patch git-m32r.patch git-nfsd.patch git-ocfs2.patch pcmcia-delete-obsolete-pcmcia_ioctl-feature.patch git-pci.patch show_schedstat-fix-memleak.patch git-sh.patch if-0-ses_match_host.patch git-watchdog.patch fs-ramfs-extern-cleanup.patch fs-hfsplus-proper-externs.patch fs-freevxfs-proper-externs.patch make-__put_super-static.patch make-vfs_ioctl-static.patch fs-fs-writeback-make-2-functions-static.patch fs-drop_cachesc-make-2-functions-static.patch fs-aioc-make-3-functions-static.patch let-log_buf_shift-default-to-17.patch fs-timerfdc-should-include-linux-syscallsh.patch remove-generic_commit_write.patch make-fs-bufferccont_expand_zero-static.patch make-binfmt_flat-a-bool.patch remove-mca_is_adapter_used.patch ipwireless-remove-dead-code.patch proper-__do_softirq-prototype.patch proper-extern-for-late_time_init.patch remove-ecryptfs_header_cache_0.patch make-cgroup_enable_task_cg_lists-static.patch cgroups-kernel-ns_cgroupc-should-include-linux-nsproxyh.patch kernel-cpusetc-make-3-functions-static.patch ipmi-make-alloc_recv_msg-static.patch ipmi-fix-return-from-atca_oem_poweroff_hook.patch include-linux-sysctlh-remove-empty-else.patch remove-aoedev_isbusy.patch make-marker_debug-static.patch edac-remove-unneeded-functions-and-add-static-accessor.patch reiser4.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