From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756121AbZCCWNg (ORCPT ); Tue, 3 Mar 2009 17:13:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760168AbZCCWMp (ORCPT ); Tue, 3 Mar 2009 17:12:45 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:50361 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761480AbZCCWMo (ORCPT ); Tue, 3 Mar 2009 17:12:44 -0500 Date: Tue, 3 Mar 2009 14:12:09 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Rusty Russell cc: Ingo Molnar , Mike Travis , linux-kernel@vger.kernel.org Subject: Re: [PULL] Trivial macros to help cpumask conversion in linux-next: tsk_cpumask and mm_cpumask In-Reply-To: <200903031635.54296.rusty@rustcorp.com.au> Message-ID: References: <200903031635.54296.rusty@rustcorp.com.au> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 3 Mar 2009, Rusty Russell wrote: > > Rusty Russell (2): > cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed. > cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask. I really want to know the _reason_ for things like this, not just a trivial patch that adds a stupid macro "for the future". Linus