From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751771AbaKKGB7 (ORCPT ); Tue, 11 Nov 2014 01:01:59 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40617 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbaKKGB5 (ORCPT ); Tue, 11 Nov 2014 01:01:57 -0500 X-Sasl-enc: L2LAvycK4SKpAZym6fEEPHs2YFm6GsBvXuWNjdTLWwTb 1415685716 Message-ID: <1415685712.2486.17.camel@perseus.themaw.net> Subject: Re: [PATCH 1/3] autofs - fix log print messages From: Ian Kent To: Joe Perches Cc: Andrew Morton , linux-fsdevel , autofs mailing list , Kernel Mailing List Date: Tue, 11 Nov 2014 14:01:52 +0800 In-Reply-To: <1415684989.16070.2.camel@perches.com> References: <20141111012954.25773.4002.stgit@perseus.themaw.net> <1415676341.16070.0.camel@perches.com> <1415684245.2486.9.camel@perseus.themaw.net> <1415684989.16070.2.camel@perches.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2014-11-10 at 21:49 -0800, Joe Perches wrote: > On Tue, 2014-11-11 at 13:37 +0800, Ian Kent wrote: > > On Mon, 2014-11-10 at 19:25 -0800, Joe Perches wrote: > > > On Tue, 2014-11-11 at 09:29 +0800, Ian Kent wrote: > > > > Fix some inconsistencies in log print output and ensure that > > > > the module name is included in all log prints. > > > > > > > > Signed-off-by: Ian Kent > > > > Cc: Joe Perches > > > > --- > > > > fs/autofs/autofs_i.h | 6 +++--- > > > > fs/autofs/dev-ioctl.c | 2 +- > > > > fs/autofs/inode.c | 10 +++++----- > > > > fs/autofs/waitq.c | 4 ++-- > > > > 4 files changed, 11 insertions(+), 11 deletions(-) > > > > > > What tree are these patches made against? > > > > They live in an StGit patch queue against the current Linus tree. > > They depend on the prior series to rename autofs4 to autofs. > > Hey Ian. > > Maybe you could add the git tree location to > the MAINTAINERS entry: > > MAINTAINERS-KERNEL AUTOMOUNTER v4 (AUTOFS4) > MAINTAINERS-M: Ian Kent > MAINTAINERS-L: autofs@vger.kernel.org > MAINTAINERS-S: Maintained > MAINTAINERS:F: fs/autofs4/ > > T: git git://somewhere_or_other... > > and maybe you also could get Stephen Rothwell > to add that tree to -next Oh, you meant what public tree. I guess I could make a kernel.org tree but, apart from this recent rename autofs4 -> autofs, the number of autofs changes hasn't warranted maintaining a separate tree for quite a while. It looks like the place holder under /pub/scm/linux/kernel/git/raven is no longer present so I expect I'd need to request that be setup. That's why I just send my patches to Andrew to include them in -next. Andrew, thoughts? Ian