From patchwork Mon Jan 30 10:20:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Kent X-Patchwork-Id: 9544733 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 8DD3B60425 for ; Mon, 30 Jan 2017 10:28:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 84D6A28138 for ; Mon, 30 Jan 2017 10:28:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 79485281C3; Mon, 30 Jan 2017 10:28:03 +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 649BD28138 for ; Mon, 30 Jan 2017 10:28:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753006AbdA3KZj (ORCPT ); Mon, 30 Jan 2017 05:25:39 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:37882 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751760AbdA3KXL (ORCPT ); Mon, 30 Jan 2017 05:23:11 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BB22420924; Mon, 30 Jan 2017 05:20:53 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 30 Jan 2017 05:20:53 -0500 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-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=QKi1w2h/NeZcv4p 7ZUc8RR3zIcc=; b=yi15FLZWI4oAJx8s0t/ughVSyFBIt3FrESLbMMTalYrIPrI 6yGvmpcm7/NClTygRSF1zpTuTG8Yll+xxTdDXxgJgWeg9NF9iYy618P1LosM7HHe 15brr3Pb0TFPJpxmAlB+JpAI1Jm8kbTT5w37BjOrsZTXFN7ZRtiUEAgfizTs= 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-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=QKi1w2h/NeZcv4p7ZUc8RR3zIcc=; b=W55KOCc+zDE38Z1E092A SF18jEsnDk33feli2v6Hb9aEjMy3PN3g5HyHQXikIeNxj1epreqhc+WyA9y4tCc9 ylsUnwktrRPER7bzvjHwIkp6bJiL90x+LNablXTK71G+eWUjsWlKDBRIWd09t6/x vadewYSj3HQEnze44B1otl0= X-ME-Sender: X-Sasl-enc: fZobQdfO6vfrXUCpYgTWOQYWIMlU0bC0vzBDnYXntKZW 1485771653 Received: from pluto.themaw.net (124-148-64-59.dyn.iinet.net.au [124.148.64.59]) by mail.messagingengine.com (Postfix) with ESMTPA id 31EEB7E432; Mon, 30 Jan 2017 05:20:53 -0500 (EST) Received: from pluto.themaw.net (localhost [127.0.0.1]) by pluto.themaw.net (Postfix) with ESMTP id 3E4A8A08EC; Mon, 30 Jan 2017 18:20:51 +0800 (AWST) Subject: [PATCH 3/7] autofs: fix wrong ioctl documentation regarding devid From: Ian Kent To: Andrew Morton Cc: linux-fsdevel , Tomohiro Kusumi , autofs mailing list , Kernel Mailing List Date: Mon, 30 Jan 2017 18:20:51 +0800 Message-ID: <148577165119.9801.16967562019122274820.stgit@pluto.themaw.net> In-Reply-To: <148577164094.9801.4775075118014742496.stgit@pluto.themaw.net> References: <148577164094.9801.4775075118014742496.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 is the same as d8732841 except that it's a different file. A caller has no devid input, and devid is obtained via superblock. Signed-off-by: Tomohiro Kusumi Signed-off-by: Ian Kent --- Documentation/filesystems/autofs4.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -- 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/Documentation/filesystems/autofs4.txt b/Documentation/filesystems/autofs4.txt index a5dc56f..7534863 100644 --- a/Documentation/filesystems/autofs4.txt +++ b/Documentation/filesystems/autofs4.txt @@ -457,9 +457,8 @@ Commands are: daemon. - **AUTOFS_DEV_IOCTL_REQUESTER_CMD**: `path` should be a name within the filesystem that has been auto-mounted on. - arg1 is the dev number of the underlying autofs. On successful - return, `arg1` and `arg2` will be the UID and GID of the process - which triggered that mount. + On successful return, `arg1` and `arg2` will be the UID and GID + of the process which triggered that mount. - **AUTOFS_DEV_IOCTL_ISMOUNTPOINT_CMD**: Check if path is a mountpoint of a particular type - see separate documentation for