+ cgroups-add-a-task-counter-subsystem-fix.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: cgroups: ERR_PTR needs err.h
has been added to the -mm tree.  Its filename is
     cgroups-add-a-task-counter-subsystem-fix.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

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@xxxxxxxxxx>
---

 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;
_
Subject: Subject: cgroups: ERR_PTR needs err.h

Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are

origin.patch
linux-next.patch
ipc-mqueue-update-maximums-for-the-mqueue-subsystem-fix.patch
consolidate-config_debug_strict_user_copy_checks.patch
treewide-use-__printf-not-__attribute__formatprintf-fix.patch
cgroups-add-a-task-counter-subsystem-fix.patch
init-add-root=partuuid=uuid-partnroff=%d-support-fix.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


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux