From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Date: Tue, 16 Apr 2013 06:28:42 +0000 Subject: Re: [PATCH 19/26] sh: Don't use create_proc_read_entry() [RFC] Message-Id: <20130416062842.GL4068@ZenIV.linux.org.uk> List-Id: References: <20130411132739.32763.82609.stgit@warthog.procyon.org.uk> <20130411133009.32763.71122.stgit@warthog.procyon.org.uk> <20130416061113.GA27462@verge.net.au> In-Reply-To: <20130416061113.GA27462@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Simon Horman Cc: David Howells , linux-kernel@vger.kernel.org, Paul Mundt , linux-sh@vger.kernel.org On Tue, Apr 16, 2013 at 03:11:13PM +0900, Simon Horman wrote: > On Thu, Apr 11, 2013 at 02:30:09PM +0100, David Howells wrote: > > Don't use create_proc_read_entry() as that is deprecated, but rather use > > proc_create_data() and seq_file instead. > > Paul, do you want me to handle this? FWIW, I can pick that stuff via vfs.git - not a problem and I've already got shitloads of procfs-related patches in that queue...