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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

