The patch titled Subject: cgroups: ERR_PTR needs err.h has been removed from the -mm tree. Its filename was cgroups-add-a-task-counter-subsystem-fix.patch This patch was dropped because it is obsolete The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: cgroups: ERR_PTR needs err.h Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Frederic Weisbecker <fweisbec@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cgroup_task_counter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/cgroup_task_counter.c~cgroups-add-a-task-counter-subsystem-fix kernel/cgroup_task_counter.c --- a/kernel/cgroup_task_counter.c~cgroups-add-a-task-counter-subsystem-fix +++ a/kernel/cgroup_task_counter.c @@ -8,11 +8,11 @@ * */ +#include <linux/err.h> #include <linux/cgroup.h> #include <linux/slab.h> #include <linux/res_counter.h> - struct task_counter { struct res_counter res; struct cgroup_subsys_state css; _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are linux-next.patch cpusets-stall-when-updating-mems_allowed-for-mempolicy-or-disjoint-nodemask-fix.patch cpusets-stall-when-updating-mems_allowed-for-mempolicy-or-disjoint-nodemask-fix-2.patch cpusets-stall-when-updating-mems_allowed-for-mempolicy-or-disjoint-nodemask-fix-2-fix-2.patch cpusets-stall-when-updating-mems_allowed-for-mempolicy-or-disjoint-nodemask-fix-2-fix-2-fix.patch ipc-mqueue-update-maximums-for-the-mqueue-subsystem-fix.patch consolidate-config_debug_strict_user_copy_checks.patch dio-optimize-cache-misses-in-the-submission-path-v2-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