The patch titled tags: skip ./ in filenames has been removed from the -mm tree. Its filename was tags-skip-in-filenames.patch This patch was dropped because it is obsolete The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: tags: skip ./ in filenames From: Alexey Dobriyan <adobriyan@xxxxxxxxx> This drives size of tags file from 68.9 MB down to 67.7 MB. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Makefile~tags-skip-in-filenames Makefile --- a/Makefile~tags-skip-in-filenames +++ a/Makefile @@ -1456,7 +1456,7 @@ define find-sources -name $1 -print; \ find $(__srctree) $(RCS_FIND_IGNORE) \ \( -name include -o -name arch -o -name '.tmp_*' \) -prune -o \ - -name $1 -print; \ + -name $1 -print | sed -e 's#^./##'; \ ) endef _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are linux-next.patch tags-skip-in-filenames.patch kconfig-add-module_name-shortcut.patch tags-link-from-config_x-to-config-x-as-well.patch proc-move-inode-comment-text-file-to-source-file.patch mpt-remove-unused-struct-mpt_proc_entry_t.patch vfs-fix-switch_names-breakage-in-short-to-short-case.patch mm-report-the-pagesize-backing-a-vma-in-proc-pid-smaps.patch mm-report-the-mmu-pagesize-in-proc-pid-smaps.patch remove-remaining-unwinder-code.patch softirq-introduce-statistics-for-softirq.patch proc-export-statistics-for-softirq-to-proc.patch proc-update-document-for-proc-softirqs-and-proc-stat.patch ipc-ipc_sysctlc-move-the-definition-of-ipc_auto_callback.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