Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758474Ab3DXMdP (ORCPT ); Wed, 24 Apr 2013 08:33:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7506 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753778Ab3DXMdN (ORCPT ); Wed, 24 Apr 2013 08:33:13 -0400 Date: Wed, 24 Apr 2013 14:32:52 +0200 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Paul Mackerras , Ingo Molnar , Namhyung Kim , LKML , Steven Rostedt , Frederic Weisbecker , David Ahern , Stephane Eranian Subject: Re: [PATCH 01/14] perf util: Move debugfs/tracing helper functions to util.c Message-ID: <20130424123252.GD971@krava.brq.redhat.com> References: <1366705872-12132-1-git-send-email-namhyung@kernel.org> <1366705872-12132-2-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1366705872-12132-2-git-send-email-namhyung@kernel.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 Content-Length: 746 Lines: 24 On Tue, Apr 23, 2013 at 05:30:59PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > Since they're generic helpers move them to util.c so that they can be > used by others. hum, we have sysfs object, maybe we want debugfs as well to stay consistent.. even with interface: for sysfs we have: const char *sysfs_find_mountpoint(void); for debugfs? : const char *debugfs_find_mountpoint(void); or we could unite all of them under fs object as they are quite small ;-) jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/