From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by kanga.kvack.org (Postfix) with ESMTP id 263486B0081 for ; Fri, 29 May 2015 12:31:01 -0400 (EDT) Received: by pdea3 with SMTP id a3so57085371pde.2 for ; Fri, 29 May 2015 09:31:00 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id u9si9088178pdp.186.2015.05.29.09.30.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 May 2015 09:31:00 -0700 (PDT) Date: Fri, 29 May 2015 09:30:54 -0700 From: Christoph Hellwig Subject: Re: [PATCH] zpool: add EXPORT_SYMBOL for functions Message-ID: <20150529163054.GA4420@infradead.org> References: <1432912172-16591-1-git-send-email-ddstreet@ieee.org> <20150529152241.GA22726@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Dan Streetman Cc: Christoph Hellwig , Andrew Morton , Minchan Kim , Ganesh Mahendran , Kees Cook , Linux-MM , linux-kernel On Fri, May 29, 2015 at 11:36:05AM -0400, Dan Streetman wrote: > because they are available for public use, per zpool.h? If, e.g., > zram ever started using zpool, it would need them exported, wouldn't > it? If you want to use it in ram export it in the same series as those changes, and explain what the exprots are for in your message body. -- 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 S1756482AbbE2Qbg (ORCPT ); Fri, 29 May 2015 12:31:36 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:52122 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161071AbbE2Qa7 (ORCPT ); Fri, 29 May 2015 12:30:59 -0400 Date: Fri, 29 May 2015 09:30:54 -0700 From: Christoph Hellwig To: Dan Streetman Cc: Christoph Hellwig , Andrew Morton , Minchan Kim , Ganesh Mahendran , Kees Cook , Linux-MM , linux-kernel Subject: Re: [PATCH] zpool: add EXPORT_SYMBOL for functions Message-ID: <20150529163054.GA4420@infradead.org> References: <1432912172-16591-1-git-send-email-ddstreet@ieee.org> <20150529152241.GA22726@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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:36:05AM -0400, Dan Streetman wrote: > because they are available for public use, per zpool.h? If, e.g., > zram ever started using zpool, it would need them exported, wouldn't > it? If you want to use it in ram export it in the same series as those changes, and explain what the exprots are for in your message body.