From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Kent Subject: Re: [PATCH 2/9] Use %pd in AutoFS Date: Thu, 12 Dec 2013 10:43:59 +0800 Message-ID: <1386816239.4312.39.camel@perseus.fritz.box> References: <1386727713.2478.0.camel@perseus.fritz.box> <20131210152612.4916.80435.stgit@warthog.procyon.org.uk> <20131210152626.4916.67655.stgit@warthog.procyon.org.uk> <1177.1386763766@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org, autofs@vger.kernel.org To: David Howells Return-path: In-Reply-To: <1177.1386763766@warthog.procyon.org.uk> Sender: autofs-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, 2013-12-11 at 12:09 +0000, David Howells wrote: > Ian Kent wrote: > > > > Use the new %pd printk() specifier in AutoFS to replace passing of dentry name > > > or dentry name and name length * 2 with just passing the dentry. > > > > > > Signed-off-by: David Howells > > > cc: Ian Kent > > > cc: autofs@vger.kernel.org > > > > Looks sensible. > > > > Acked-by: Ian Kent > > Can you take the autofs bit through your tree? Because there have been so few changes to autofs I don't maintain a development tree. I can take it if you wish but if I do it will need to be passed on to akpm for inclusion in linux-next .... which will probably take a while. Might be quicker if you include it in your patch set. Your call though. > > David