The patch titled Subject: procfs: remove superfluous debug output has been removed from the -mm tree. Its filename was procfs-remove-superfluous-debug-output.patch This patch was dropped because it was folded into procfs-add-hidepid=-and-gid=-mount-options.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Vasiliy Kulikov <segoon@xxxxxxxxxxxx> Subject: procfs: remove superfluous debug output Signed-off-by: Vasiliy Kulikov <segoon@xxxxxxxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/proc/root.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/proc/root.c~procfs-remove-superfluous-debug-output fs/proc/root.c --- a/fs/proc/root.c~procfs-remove-superfluous-debug-output +++ a/fs/proc/root.c @@ -53,8 +53,6 @@ static int proc_parse_options(char *opti substring_t args[MAX_OPT_ARGS]; int option; - pr_debug("proc: options = %s\n", options); - if (!options) return 1; _ Patches currently in -mm which might be from segoon@xxxxxxxxxxxx are arch-arm-mach-ux500-mbox-db5500c-world-writable-sysfs-fifo-file.patch procfs-make-proc_get_link-to-use-dentry-instead-of-inode.patch procfs-introduce-the-proc-pid-map_files-directory.patch procfs-introduce-the-proc-pid-map_files-directory-make-proc-pid-map_files-being-checkpoint_restore-dependent.patch procfs-parse-mount-options.patch procfs-parse-mount-options-fix.patch procfs-add-hidepid=-and-gid=-mount-options.patch procfs-add-hidepid=-and-gid=-mount-options-fix.patch c-r-introduce-checkpoint_restore-symbol.patch c-r-procfs-add-start_data-end_data-start_brk-members-to-proc-pid-stat-v4.patch c-r-procfs-add-start_data-end_data-start_brk-members-to-proc-pid-stat-v4-fix.patch c-r-prctl-add-pr_set_mm-codes-to-set-up-mm_struct-entries.patch c-r-prctl-add-pr_set_mm-codes-to-set-up-mm_struct-entries-fix.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