From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755811Ab1IMRfj (ORCPT ); Tue, 13 Sep 2011 13:35:39 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:56445 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755690Ab1IMRfi (ORCPT ); Tue, 13 Sep 2011 13:35:38 -0400 Date: Tue, 13 Sep 2011 19:35:31 +0200 From: Frederic Weisbecker To: Andrew Morton Cc: LKML , Paul Menage , Li Zefan , Johannes Weiner , Aditya Kali , Oleg Nesterov , Kay Sievers , Tim Hockin , Tejun Heo Subject: Re: [PATCH 10/12] cgroups: Add documentation for task counter subsystem Message-ID: <20110913173528.GE23424@somewhere> References: <1315267986-28937-1-git-send-email-fweisbec@gmail.com> <1315267986-28937-11-git-send-email-fweisbec@gmail.com> <20110906154131.3340842e.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110906154131.3340842e.akpm@linux-foundation.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 06, 2011 at 03:41:31PM -0700, Andrew Morton wrote: > Oh. And I now see that the documentation file provides no documentation > for the code in cgroup_task_counter.c anyway. Really? I've added more comment in that file for the v5. Especially for the can_attach - attach - cancel_attach sequence that is a bit tricky. Thanks.