[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091201161455.GB24897@elte.hu>
Date: Tue, 1 Dec 2009 17:14:55 +0100
From: Ingo Molnar <mingo@...e.hu>
To: David Howells <dhowells@...hat.com>
Cc: torvalds@...l.org, akpm@...ux-foundation.org, steved@...hat.com,
jens.axboe@...cle.com, linux-cachefs@...hat.com,
nfsv4@...ux-nfs.org, linux-fsdevel@...r.kernel.org,
cluster-devel@...hat.com, linux-kernel@...r.kernel.org,
linux-cifs-client@...ts.samba.org
Subject: Re: [PATCH] SLOW_WORK: Move slow_work's proc file to debugfs
* David Howells <dhowells@...hat.com> wrote:
> Move slow_work's debugging proc file to debugfs.
>
> Signed-off-by: David Howells <dhowells@...hat.com>
> ---
>
> Documentation/slow-work.txt | 4 -
> include/linux/slow-work.h | 8 +-
> init/Kconfig | 8 +-
> kernel/Makefile | 2
> kernel/slow-work-debugfs.c | 227 +++++++++++++++++++++++++++++++++++++++++++
> kernel/slow-work-proc.c | 227 -------------------------------------------
> kernel/slow-work.c | 18 ++-
> kernel/slow-work.h | 6 +
> 8 files changed, 253 insertions(+), 247 deletions(-)
> create mode 100644 kernel/slow-work-debugfs.c
> delete mode 100644 kernel/slow-work-proc.c
Nice - thanks for doing this so quickly! It might sound like nitpicking
but /proc ABIs tend to be a lot harder to get rid of than debugfs
interfaces.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists