From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964796AbWHRFdT (ORCPT ); Fri, 18 Aug 2006 01:33:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964799AbWHRFdT (ORCPT ); Fri, 18 Aug 2006 01:33:19 -0400 Received: from smtp.osdl.org ([65.172.181.4]:7910 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S964796AbWHRFdS (ORCPT ); Fri, 18 Aug 2006 01:33:18 -0400 Date: Thu, 17 Aug 2006 22:31:37 -0700 From: Andrew Morton To: Kirill Korotaev Cc: rohitseth@google.com, Linux Kernel Mailing List , Alan Cox , Ingo Molnar , Christoph Hellwig , Pavel Emelianov , Andrey Savochkin , devel@openvz.org, Rik van Riel , hugh@veritas.com, ckrm-tech@lists.sourceforge.net, Andi Kleen Subject: Re: [RFC][PATCH 2/7] UBC: core (structures, API) Message-Id: <20060817223137.ca4951ff.akpm@osdl.org> In-Reply-To: <44E458C4.9030902@sw.ru> References: <44E33893.6020700@sw.ru> <44E33BB6.3050504@sw.ru> <1155751868.22595.65.camel@galaxy.corp.google.com> <44E458C4.9030902@sw.ru> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Aug 2006 15:53:40 +0400 Kirill Korotaev wrote: > >>+struct user_beancounter > >>+{ > >>+ atomic_t ub_refcount; > >>+ spinlock_t ub_lock; > >>+ uid_t ub_uid; > > > > > > Why uid? Will it be possible to club processes belonging to different > > users to same bean counter. > oh, its a misname. Should be ub_id. it is ID of user_beancounter > and has nothing to do with user id. But it uses a uid_t. That's more than a misnaming?