The patch titled fix-cpusets-update_cpumask-checkpatch-fixes has been removed from the -mm tree. Its filename was fix-cpusets-update_cpumask-checkpatch-fixes.patch This patch was dropped because it was folded into fix-cpusets-update_cpumask.patch ------------------------------------------------------ Subject: fix-cpusets-update_cpumask-checkpatch-fixes From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> ERROR: inline keyword should sit between storage class and type #114: FILE: kernel/cpuset.c:690: +static int inline started_after_time(struct task_struct *t1, ERROR: inline keyword should sit between storage class and type #137: FILE: kernel/cpuset.c:713: +static int inline started_after(void *p1, void *p2) total: 2 errors, 0 warnings, 292 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Cc: Balbir Singh <balbir@xxxxxxxxxx> Cc: Cedric Le Goater <clg@xxxxxxxxxx> Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Nick Piggin <nickpiggin@xxxxxxxxxxxx> Cc: Paul Jackson <pj@xxxxxxx> Cc: Paul Menage <menage@xxxxxxxxxx> Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Cc: Serge Hallyn <serue@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cpuset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN kernel/cpuset.c~fix-cpusets-update_cpumask-checkpatch-fixes kernel/cpuset.c --- a/kernel/cpuset.c~fix-cpusets-update_cpumask-checkpatch-fixes +++ a/kernel/cpuset.c @@ -687,7 +687,7 @@ done: /* Don't kfree(doms) -- partition_sched_domains() does that. */ } -static int inline started_after_time(struct task_struct *t1, +static inline int started_after_time(struct task_struct *t1, struct timespec *time, struct task_struct *t2) { @@ -710,7 +710,7 @@ static int inline started_after_time(str } } -static int inline started_after(void *p1, void *p2) +static inline int started_after(void *p1, void *p2) { struct task_struct *t1 = p1; struct task_struct *t2 = p2; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch console-keyboard-events-and-accessibility.patch add-kernel-notifierc.patch console-events-and-accessibility.patch fix-random-hard-freeze-with-avm-cards-using-b1dma.patch jbd-config_jbd_debug-cannot-create-proc-entry.patch task-containersv11-shared-container-subsystem-group-arrays.patch add-containerstats-v3.patch pid-namespaces-dynamic-kmem-cache-allocator-for-pid-namespaces.patch pid-namespaces-define-is_global_init-and-is_container_init.patch lockdep-fix-mismatched-lockdep_depth-curr_chain_hash-checkpatch-fixes.patch fs-superc-use-list_for_each_entry-instead-of-list_for_each.patch pid-namespaces-helpers-to-find-the-task-by-its-numerical-ids.patch pid-namespaces-changes-to-show-virtual-ids-to-user.patch cpuset-sched_load_balance-flag.patch cpusets-decrustify-cpuset-mask-update-code.patch fix-cpusets-update_cpumask.patch fix-cpusets-update_cpumask-checkpatch-fixes.patch remove-bits_to_type-macro-fix.patch use-helpers-to-obtain-task-pid-in-printks-drm-fix.patch hotplug-cpu-migrate-a-task-within-its-cpuset-fix.patch cpu-hotplug-avoid-hotadd-when-proper-possible_map-isnt-specified-checkpatch-fixes.patch ipc-integrate-ipc_checkid-into-ipc_lock-fix.patch ipc-integrate-ipc_checkid-into-ipc_lock-fix-2.patch use-extended-crashkernel-command-line-on-i386.patch hook-up-group-scheduler-with-control-groups-fix.patch linux-kernel-markers-checkpatch-fixes.patch linux-kernel-markers-samples-checkpatch-fixes.patch uninline-forkc-exitc-checkpatch-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