The patch titled move-pidmap-to-pspaceh-fix has been removed from the -mm tree. Its filename is move-pidmap-to-pspaceh-fix.patch This patch was dropped because it was folded into move-pidmap-to-pspaceh.patch ------------------------------------------------------ Subject: move-pidmap-to-pspaceh-fix From: Andrew Morton <akpm@xxxxxxxx> - Kill the typedef - Coding style tweaks - It'll need a header for PAGE_SIZE. mm.h will do it. Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Cc: Sukadev Bhattiprolu <sukadev@xxxxxxxxxx> Cc: Dave Hansen <haveblue@xxxxxxxxxx> Cc: Serge Hallyn <serue@xxxxxxxxxx> Cc: Cedric Le Goater <clg@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/pspace.h | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff -puN include/linux/pspace.h~move-pidmap-to-pspaceh-fix include/linux/pspace.h --- a/include/linux/pspace.h~move-pidmap-to-pspaceh-fix +++ a/include/linux/pspace.h @@ -2,16 +2,15 @@ #define _LINUX_PSPACE_H #include <linux/sched.h> +#include <linux/mm.h> #include <linux/threads.h> #include <linux/pid.h> -typedef struct pidmap -{ +struct pidmap { atomic_t nr_free; void *page; -} pidmap_t; +}; #define PIDMAP_ENTRIES ((PID_MAX_LIMIT + 8*PAGE_SIZE - 1)/PAGE_SIZE/8) - #endif /* _LINUX_PSPACE_H */ _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch list-module-taint-flags-in-oops-panic.patch move-pidmap-to-pspaceh.patch move-pidmap-to-pspaceh-fix.patch kprobes-handle-symbol-resolution-when-modulesymbol-is-specified-tidy.patch isdn-work-around-excessive-udelay.patch knfsd-add-a-callback-for-when-last-rpc-thread-finishes-tidy.patch knfsd-add-a-callback-for-when-last-rpc-thread-finishes-fix.patch knfsd-separate-out-some-parts-of-nfsd_svc-which-start-nfs-servers-tweaks.patch knfsd-define-new-nfsdfs-file-portlist-contains-list-of-ports-tidy.patch knfsd-define-new-nfsdfs-file-portlist-contains-list-of-ports-fix.patch knfsd-drop-serv-option-to-svc_recv-and-svc_process-nfs-callback-fix-nfs-callback-fix.patch knfsd-move-tempsock-aging-to-a-timer-tidy.patch namespaces-add-nsproxy.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-sparc.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-sysctl-hack.patch ipc-namespace-core.patch rename-the-provided-execve-functions-to-kernel_execve-headers-fix.patch replace-cad_pid-by-a-struct-pid-fixes.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