The patch titled Subject: pid_namespacec-h-simplify-defines-fix has been removed from the -mm tree. Its filename was pid_namespacec-h-simplify-defines-fix.patch This patch was dropped because it was folded into pid_namespacec-h-simplify-defines.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: pid_namespacec-h-simplify-defines-fix kernel/pid.c:54:1: warning: "BITS_PER_PAGE" redefined Cc: Raphael S.Carvalho <raphael.scarv@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/pid_namespace.h | 1 + kernel/pid.c | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff -puN include/linux/pid_namespace.h~pid_namespacec-h-simplify-defines-fix include/linux/pid_namespace.h --- a/include/linux/pid_namespace.h~pid_namespacec-h-simplify-defines-fix +++ a/include/linux/pid_namespace.h @@ -14,6 +14,7 @@ struct pidmap { }; #define BITS_PER_PAGE (PAGE_SIZE * 8) +#define BITS_PER_PAGE_MASK (BITS_PER_PAGE-1) #define PIDMAP_ENTRIES ((PID_MAX_LIMIT+BITS_PER_PAGE-1)/BITS_PER_PAGE) struct bsd_acct_struct; diff -puN kernel/pid.c~pid_namespacec-h-simplify-defines-fix kernel/pid.c --- a/kernel/pid.c~pid_namespacec-h-simplify-defines-fix +++ a/kernel/pid.c @@ -51,9 +51,6 @@ int pid_max = PID_MAX_DEFAULT; int pid_max_min = RESERVED_PIDS + 1; int pid_max_max = PID_MAX_LIMIT; -#define BITS_PER_PAGE (PAGE_SIZE*8) -#define BITS_PER_PAGE_MASK (BITS_PER_PAGE-1) - static inline int mk_pid(struct pid_namespace *pid_ns, struct pidmap *map, int off) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch drivers-usb-storage-realtek_crc-fix-build.patch inotify-invalid-mask-should-return-a-error-number-but-not-set-it.patch xen-tmem-enable-xen-tmem-shim-to-be-built-loaded-as-a-module.patch staging-zcache-enable-ramster-to-be-built-loaded-as-a-module.patch selftest-add-simple-test-for-soft-dirty-bit.patch kernel-smpc-cleanups.patch lib-string_helpers-introduce-generic-string_unescape.patch kernel-timerc-ove-some-non-timer-related-syscalls-to-kernel-sysc.patch epoll-trim-epitem-by-one-cache-line-on-x86_64.patch nilfs2-fix-issue-with-flush-kernel-thread-after-remount-in-ro-mode-because-of-drivers-internal-error-or-metadata-corruption.patch hfsplus-fix-warnings-in-fs-hfsplus-bfindc-in-function-hfs_find_1st_rec_by_cnid.patch usermodehelper-export-_exec-and-_setup-functions.patch kexec-use-min_t-to-simplify-logic.patch kernel-pidc-improve-flow-of-a-loop-inside-alloc_pidmap.patch pid_namespacec-h-simplify-defines.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