From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932512Ab3KFLu7 (ORCPT ); Wed, 6 Nov 2013 06:50:59 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:47650 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932151Ab3KFLu5 (ORCPT ); Wed, 6 Nov 2013 06:50:57 -0500 Date: Wed, 6 Nov 2013 03:50:54 -0800 From: Christoph Hellwig To: Cyrill Gorcunov 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: <20131106115054.GA19352@infradead.org> References: <20131106114742.988532945@openvz.org> <20131106114812.474330639@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131106114812.474330639@openvz.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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 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.