From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754168AbbIHI0b (ORCPT ); Tue, 8 Sep 2015 04:26:31 -0400 Received: from mail-wi0-f193.google.com ([209.85.212.193]:36849 "EHLO mail-wi0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754142AbbIHI0Y (ORCPT ); Tue, 8 Sep 2015 04:26:24 -0400 MIME-Version: 1.0 In-Reply-To: <55EE9B58.70908@mellanox.com> References: <1441658303-18081-1-git-send-email-pandit.parav@gmail.com> <1441658303-18081-5-git-send-email-pandit.parav@gmail.com> <55EE76C7.1000804@mellanox.com> <55EE9B58.70908@mellanox.com> Date: Tue, 8 Sep 2015 13:56:20 +0530 Message-ID: Subject: Re: [PATCH 4/7] devcg: Added rdma resource tracker object per task From: Parav Pandit To: Haggai Eran Cc: cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, tj@kernel.org, lizefan@huawei.com, Johannes Weiner , Doug Ledford , Jonathan Corbet , james.l.morris@oracle.com, serge@hallyn.com, Or Gerlitz , Matan Barak , raindel@mellanox.com, akpm@linux-foundation.org, linux-security-module@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 8, 2015 at 1:54 PM, Haggai Eran wrote: > On 08/09/2015 10:04, Parav Pandit wrote: >> On Tue, Sep 8, 2015 at 11:18 AM, Haggai Eran wrote: >>> On 07/09/2015 23:38, Parav Pandit wrote: >>>> @@ -2676,7 +2686,7 @@ static inline int thread_group_empty(struct task_struct *p) >>>> * Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring >>>> * subscriptions and synchronises with wait4(). Also used in procfs. Also >>>> * pins the final release of task.io_context. Also protects ->cpuset and >>>> - * ->cgroup.subsys[]. And ->vfork_done. >>>> + * ->cgroup.subsys[]. Also projtects ->vfork_done and ->rdma_res_counter. >>> s/projtects/protects/ >>>> * >>>> * Nests both inside and outside of read_lock(&tasklist_lock). >>>> * It must not be nested with write_lock_irq(&tasklist_lock), >>> >> >> Hi Haggai Eran, >> Did you miss to put comments or I missed something? > > Yes, I wrote "s/projtects/protects/" to tell you that you have a typo in > your comment. You should change the word "projtects" to "protects". > > Haggai > ah. ok. Right. Will correct it.