From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: dm: make dm_table_alloc_md_mempools static Date: Thu, 13 Feb 2014 14:16:00 -0500 Message-ID: <20140213191600.GA10586@redhat.com> References: Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mikulas Patocka Cc: dm-devel@redhat.com, "Alasdair G. Kergon" List-Id: dm-devel.ids On Thu, Feb 13 2014 at 1:43pm -0500, Mikulas Patocka wrote: > Make the function dm_table_alloc_md_mempools static because it is not > called from another module. Doesn't the same apply to dm_table_free_md_mempools?