From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by kanga.kvack.org (Postfix) with ESMTP id 1A02A6B00A1 for ; Fri, 29 May 2015 11:22:45 -0400 (EDT) Received: by pdea3 with SMTP id a3so55810377pde.2 for ; Fri, 29 May 2015 08:22:44 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org. [198.137.202.9]) by mx.google.com with ESMTPS id xi9si8820448pbc.158.2015.05.29.08.22.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 May 2015 08:22:43 -0700 (PDT) Date: Fri, 29 May 2015 08:22:41 -0700 From: Christoph Hellwig Subject: Re: [PATCH] zpool: add EXPORT_SYMBOL for functions Message-ID: <20150529152241.GA22726@infradead.org> References: <1432912172-16591-1-git-send-email-ddstreet@ieee.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432912172-16591-1-git-send-email-ddstreet@ieee.org> Sender: owner-linux-mm@kvack.org List-ID: To: Dan Streetman Cc: Andrew Morton , Minchan Kim , Ganesh Mahendran , Kees Cook , linux-mm@kvack.org, linux-kernel@vger.kernel.org On Fri, May 29, 2015 at 11:09:32AM -0400, Dan Streetman wrote: > Export the zpool functions that should be exported. Why? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756555AbbE2PWt (ORCPT ); Fri, 29 May 2015 11:22:49 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:55957 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756516AbbE2PWo (ORCPT ); Fri, 29 May 2015 11:22:44 -0400 Date: Fri, 29 May 2015 08:22:41 -0700 From: Christoph Hellwig To: Dan Streetman Cc: Andrew Morton , Minchan Kim , Ganesh Mahendran , Kees Cook , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] zpool: add EXPORT_SYMBOL for functions Message-ID: <20150529152241.GA22726@infradead.org> References: <1432912172-16591-1-git-send-email-ddstreet@ieee.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432912172-16591-1-git-send-email-ddstreet@ieee.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 29, 2015 at 11:09:32AM -0400, Dan Streetman wrote: > Export the zpool functions that should be exported. Why?