From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Kent Subject: Re: [PATCH 1/3] autofs - fix log print messages Date: Tue, 11 Nov 2014 13:37:25 +0800 Message-ID: <1415684245.2486.9.camel@perseus.themaw.net> References: <20141111012954.25773.4002.stgit@perseus.themaw.net> <1415676341.16070.0.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Andrew Morton , linux-fsdevel , autofs mailing list , Kernel Mailing List To: Joe Perches Return-path: In-Reply-To: <1415676341.16070.0.camel@perches.com> Sender: autofs-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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. Ian