From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756597Ab3KFL6K (ORCPT ); Wed, 6 Nov 2013 06:58:10 -0500 Received: from mail-lb0-f176.google.com ([209.85.217.176]:47258 "EHLO mail-lb0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756568Ab3KFL6H (ORCPT ); Wed, 6 Nov 2013 06:58:07 -0500 Date: Wed, 6 Nov 2013 15:58:05 +0400 From: Cyrill Gorcunov To: Christoph Hellwig Cc: linux-kernel@vger.kernel.org, Pavel Emelyanov , Oleg Nesterov , Andrey Vagin , Al Viro , Alexey Dobriyan , James Bottomley , "Aneesh Kumar K.V" , Matthew Helsley , "J. Bruce Fields" , Andrew Morton Subject: Re: [patch 1/7] seq-file: Export single_ helpers Message-ID: <20131106115805.GA5395@moon> References: <20131106114742.988532945@openvz.org> <20131106114812.474330639@openvz.org> <20131106115054.GA19352@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131106115054.GA19352@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 06, 2013 at 03:50:54AM -0800, Christoph Hellwig wrote: > On Wed, Nov 06, 2013 at 03:47:43PM +0400, Cyrill Gorcunov wrote: > > The single_ helpers will be used in fdinfo output to > > eliminate code duplication. > > There is no need to export symbols just to use them in procfs or > eventfd, which are always built in. I still need to declare them (they were static), so since single-open already exported I thought I need to export the rest of single_ helper as well.