Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752156AbbKJArA (ORCPT ); Mon, 9 Nov 2015 19:47:00 -0500 Received: from mta01.ornl.gov ([128.219.177.14]:22397 "EHLO mta01.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751740AbbKJAq7 convert rfc822-to-8bit (ORCPT ); Mon, 9 Nov 2015 19:46:59 -0500 X-SG: RELAYLIST X-IronPort-AV: E=Sophos;i="5.20,267,1444708800"; d="scan'208";a="115724094" From: "Simmons, James A." To: "'Sudip Mukherjee'" , James Simmons CC: "devel@driverdev.osuosl.org" , James Simmons , Greg Kroah-Hartman , "Linux Kernel Mailing List" , Oleg Drokin , "lustre-devel@lists.lustre.org" Subject: RE: [lustre-devel] [PATCH] staging: lustre: Handle nodemask on UMP machines Thread-Topic: [lustre-devel] [PATCH] staging: lustre: Handle nodemask on UMP machines Thread-Index: AQHRGuCO+oCTgVRZdkaCbsV6/yvS6J6UbE5w Date: Tue, 10 Nov 2015 00:46:56 +0000 Message-ID: <9bac5dac537b42d89c5bd7e88ed31f80@EXCHCS32.ornl.gov> References: <1447000500-29427-1-git-send-email-jsimmons@infradead.org> <1447000500-29427-2-git-send-email-jsimmons@infradead.org> <20151109111939.GB3868@sudip-pc> In-Reply-To: <20151109111939.GB3868@sudip-pc> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [128.219.12.132] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1211 Lines: 27 >On Sun, Nov 08, 2015 at 11:34:55AM -0500, James Simmons wrote: >> For UMP and SMP machines the struct cfs_cpt_table are >> defined differently. In the case handled by this patch >> nodemask is defined as a integer for the UMP case and >> as a pointer for the SMP case. This will cause a problem >> for ost_setup which reads the nodemask directly. Instead >> we create a UMP version of cfs_cpt_nodemask and use that >> in ost_setup. >> >> Signed-off-by: James Simmons >> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4199 >> Reviewed-on: http://review.whamcloud.com/9219 >> Reviewed-by: Liang Zhen >> Reviewed-by: Li Xi >> Reviewed-by: Andreas Dilger > >Signed-off-by: and Reviewed-by: tags entered two times. Once here. It is one of those rare situations where two patches are need together. It would be nice to be able to preserve the reviewers for each one. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/