Thread (28 messages) 28 messages, 4 authors, 2012-06-28

Re: [PATCH v3 1/6] memcg: fix error code in hugetlb_force_memcg_empty()

From: Tejun Heo <hidden>
Date: 2012-05-14 18:16:03
Also in: linux-mm, lkml

On Fri, May 11, 2012 at 06:45:18PM +0900, KAMEZAWA Hiroyuki wrote:
-		if (cgroup_task_count(cgroup) || !list_empty(&cgroup->children))
+		if (cgroup_task_count(cgroup)
+			|| !list_empty(&cgroup->children)) {
+			ret = -EBUSY;
 			goto out;
Why break the line?  It doesn't go over 80 col.

Thanks.

-- 
tejun
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help