Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756875AbYJIG71 (ORCPT ); Thu, 9 Oct 2008 02:59:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754671AbYJIG7Q (ORCPT ); Thu, 9 Oct 2008 02:59:16 -0400 Received: from pasmtpa.tele.dk ([80.160.77.114]:56583 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752767AbYJIG7P (ORCPT ); Thu, 9 Oct 2008 02:59:15 -0400 Date: Thu, 9 Oct 2008 08:58:32 +0200 From: Jens Axboe To: Denis ChengRq Cc: Al Viro , Andrew Morton , linux-fsdevel@vger.kernel.org, Peter Osterlund , NeilBrown , linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [VFS] mark bio_split_pool static Message-ID: <20081009065832.GX19428@kernel.dk> References: <1223038878-8038-1-git-send-email-crquan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1223038878-8038-1-git-send-email-crquan@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 635 Lines: 17 On Fri, Oct 03 2008, Denis ChengRq wrote: > Since all bio_split calls refer the same single bio_split_pool, the bio_split > function can use bio_split_pool directly instead of the mempool_t parameter; > > then the mempool_t parameter can be removed from bio_split param list, and > bio_split_pool is only referred in fs/bio.c file, can be marked static. Thanks, 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/