From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751933AbdJKWrV (ORCPT ); Wed, 11 Oct 2017 18:47:21 -0400 Received: from mga14.intel.com ([192.55.52.115]:53290 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750738AbdJKWrS (ORCPT ); Wed, 11 Oct 2017 18:47:18 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,362,1503385200"; d="scan'208";a="1181055563" Date: Wed, 11 Oct 2017 15:47:16 -0700 From: "Luck, Tony" To: Gargi Sharma Cc: linux-kernel@vger.kernel.org, riel@surriel.com, julia.lawall@lip6.fr, akpm@linux-foundation.org, mingo@kernel.org, pasha.tatashin@oracle.com, ktkhai@virtuozzo.com, oleg@redhat.com, ebiederm@xmission.com, hch@infradead.org, lkp@intel.com Subject: Re: [PATCH v6 2/2] pid: Remove pidhash Message-ID: <20171011224716.mnfdfb7ywnnnc57t@intel.com> References: <1507760379-21662-1-git-send-email-gs051095@gmail.com> <1507760379-21662-3-git-send-email-gs051095@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1507760379-21662-3-git-send-email-gs051095@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 11, 2017 at 06:19:39PM -0400, Gargi Sharma wrote: > pidhash is no longer required as all the information > can be looked up from idr tree. nr_hashed represented > the number of pids that had been hashed. Since, nr_hashed and > PIDNS_HASH_ADDING are no longer relevant, it has been renamed > to pid_allocated and PIDNS_ADDING respectively. > > Signed-off-by: Gargi Sharma Tested-by: Tony Luck #ia64