From patchwork Mon Jan 30 10:20:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Kent X-Patchwork-Id: 9544729 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 E7D2060425 for ; Mon, 30 Jan 2017 10:27:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D981528138 for ; Mon, 30 Jan 2017 10:27:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CCECB2818B; Mon, 30 Jan 2017 10:27:48 +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 85AB228138 for ; Mon, 30 Jan 2017 10:27:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753015AbdA3KZj (ORCPT ); Mon, 30 Jan 2017 05:25:39 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:33778 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737AbdA3KXL (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 A5E92208D4; Mon, 30 Jan 2017 05:20:44 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 30 Jan 2017 05:20:44 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=themaw.net; h=cc :content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=QVc5JQ94zWUstGipiBEfo9XgpfI=; b=M2OcCw j+jvHUbaM9PnY+pwh/FKEBAdVEFX8knuCBxbKIi6HVSYyp3UhCgvYhXkMiG5Ni1S jtzRdUlyo21qmNj+2SkxhXnjRiNKUMRjno0RARt7TUhoFzxUdeclTG6W7H7iSP/l 66zQZnmqkuQK6q7r/cNu0jeigLpAbAElcf1Y8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=QVc5JQ94zWUstG ipiBEfo9XgpfI=; b=uqw96e22qiqhN5hKp82ZlFxmS3wokvrCslWF8Bgk1DdkOD z8OCGun0vyQXinnEO61wdgd1AQ9tkDyZAPdjibdTBvt00OlRYF2+VpZbvDBx22gn w1XXfO9vPljBpGMT064N4+MWNYW1cBtV/MFkcXGMYr/wQFbX2hWqzcUabKksk= X-ME-Sender: X-Sasl-enc: 5mFX8/mGs0l/FouKYvJVefDyI1mXhKDEZlc8gv7cW2cj 1485771644 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 17F547E5D9; Mon, 30 Jan 2017 05:20:44 -0500 (EST) Received: from pluto.themaw.net (localhost [127.0.0.1]) by pluto.themaw.net (Postfix) with ESMTP id 05722A08EC; Mon, 30 Jan 2017 18:20:41 +0800 (AWST) Subject: [PATCH 1/7] autofs: remove wrong comment From: Ian Kent To: Andrew Morton Cc: linux-fsdevel , Tomohiro Kusumi , autofs mailing list , Kernel Mailing List Date: Mon, 30 Jan 2017 18:20:40 +0800 Message-ID: <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 format seems to have been taken from device mapper header, but autofs has no such file:function in both kernel and userspace. Signed-off-by: Tomohiro Kusumi Signed-off-by: Ian Kent --- include/uapi/linux/auto_dev-ioctl.h | 4 ---- 1 file changed, 4 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/include/uapi/linux/auto_dev-ioctl.h b/include/uapi/linux/auto_dev-ioctl.h index 021ed33..388739b 100644 --- a/include/uapi/linux/auto_dev-ioctl.h +++ b/include/uapi/linux/auto_dev-ioctl.h @@ -120,10 +120,6 @@ static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) in->ioctlfd = -1; } -/* - * If you change this make sure you make the corresponding change - * to autofs-dev-ioctl.c:lookup_ioctl() - */ enum { /* Get various version info */ AUTOFS_DEV_IOCTL_VERSION_CMD = 0x71,