Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936028Ab0BZNBI (ORCPT ); Fri, 26 Feb 2010 08:01:08 -0500 Received: from 0122700014.0.fullrate.dk ([95.166.99.235]:52514 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935891Ab0BZNBH (ORCPT ); Fri, 26 Feb 2010 08:01:07 -0500 Date: Fri, 26 Feb 2010 14:01:05 +0100 From: Jens Axboe To: Richard Kennedy Cc: Andrew Morton , Nikanth Karthikesan , Jeff Moyer , Vivek Goyal , lkml Subject: Re: [PATCH] io: remove padding from io_context on 64bit builds Message-ID: <20100226130105.GV1025@kernel.dk> References: <1267188960.2077.10.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1267188960.2077.10.camel@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 643 Lines: 18 On Fri, Feb 26 2010, Richard Kennedy wrote: > On 64 bit builds when CONFIG_BLK_CGROUP=n (the default) this removes 8 > bytes of padding from structure io_context and drops its size from 72 to > 64 bytes, so needing one fewer cachelines and allowing more objects per > slab in it's kmem_cache. > > Signed-off-by: Richard Kennedy Thanks Richard, applied. -- Jens Axboe -- 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/