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