From patchwork Fri Aug 12 02:48:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Kent X-Patchwork-Id: 9276239 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CA2146022E for ; Fri, 12 Aug 2016 02:49:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BC637205AD for ; Fri, 12 Aug 2016 02:49:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B10C42880A; Fri, 12 Aug 2016 02:49:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 53A5D205AD for ; Fri, 12 Aug 2016 02:49:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752844AbcHLCss (ORCPT ); Thu, 11 Aug 2016 22:48:48 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:39495 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752644AbcHLCso (ORCPT ); Thu, 11 Aug 2016 22:48:44 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id D9A26204B0; Thu, 11 Aug 2016 22:48:38 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute7.internal (MEProxy); Thu, 11 Aug 2016 22:48:38 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=themaw.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=iDzx2h0wqxxbNZ7MYrdvt3rt3v4=; b=yrAGGI EHAZKbN4Zf/u4pjDkpUHaxc7N5hqPXj86MUbGGaobnwfYi6AdgNZ3vDj62/7pKXZ JIMT4j2R0ZRQBSu2KH3PVZPDTL/o3GGqey295QCPI16m+xM5Pv5tsx/MMfK75jF7 Aqaq+8MBViJpJbQcsJ8Gwgk3gCBSfhp5bcbKM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=iDzx2h0wqxxbNZ7 MYrdvt3rt3v4=; b=LxW3Gdddby0mqhtmjP9eRRziTLfU4S0WVmHOqFq0GWRvKRs gQtnnCjsTbZPP1dXnqCTbBfSTQQtxGnxUSTP0OODMYHpGDUUJ6BHalQip3DDelrk V94acxYmknrUrDR9ilDnTOxs8j4dvWJwgMwhbmmm5drFII0Wf5Dkj33/f3+c= X-Sasl-enc: mEI2nA5WlQQvdylfz0wvOjkKLwJjoDOQZ+fgz7y+eyI5 1470970118 Received: from pluto.themaw.net (58-7-183-14.dyn.iinet.net.au [58.7.183.14]) by mail.messagingengine.com (Postfix) with ESMTPA id 48F4BF2986; Thu, 11 Aug 2016 22:48:38 -0400 (EDT) Received: from pluto.themaw.net (localhost [127.0.0.1]) by pluto.themaw.net (Postfix) with ESMTP id 45FFAA0078; Fri, 12 Aug 2016 10:48:36 +0800 (AWST) Subject: [PATCH 13/18] autofs: Fix pr_debug() message From: Ian Kent To: Andrew Morton Cc: linux-fsdevel , Tomohiro Kusumi , autofs mailing list , Kernel Mailing List Date: Fri, 12 Aug 2016 10:48:36 +0800 Message-ID: <20160812024836.12352.74628.stgit@pluto.themaw.net> In-Reply-To: <20160812024734.12352.17122.stgit@pluto.themaw.net> References: <20160812024734.12352.17122.stgit@pluto.themaw.net> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Tomohiro Kusumi This isn't a return value, so change the message to indicate the status is the result of may_umount(). (or locate pr_debug() after put_user() with the same message) Signed-off-by: Tomohiro Kusumi Signed-off-by: Ian Kent --- fs/autofs4/root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/fs/autofs4/root.c b/fs/autofs4/root.c index 1b0495a..d25c55f 100644 --- a/fs/autofs4/root.c +++ b/fs/autofs4/root.c @@ -840,7 +840,7 @@ static inline int autofs4_ask_umount(struct vfsmount *mnt, int __user *p) if (may_umount(mnt)) status = 1; - pr_debug("returning %d\n", status); + pr_debug("may umount %d\n", status); status = put_user(status, p);