From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0BA49C282E0 for ; Fri, 19 Apr 2019 21:43:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CCCF62171F for ; Fri, 19 Apr 2019 21:43:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727259AbfDSVnQ (ORCPT ); Fri, 19 Apr 2019 17:43:16 -0400 Received: from mail.onyx.syn-alias.com ([206.152.134.66]:49785 "EHLO smtp.centurylink.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726126AbfDSVnQ (ORCPT ); Fri, 19 Apr 2019 17:43:16 -0400 X_CMAE_Category: , , X-CNFS-Analysis: v=2.3 cv=OpMxNB3t c=1 sm=1 tr=0 a=1Gf1dAxBxQjHLdgdDAN34Q==:117 a=1Gf1dAxBxQjHLdgdDAN34Q==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=KGjhK52YXX0A:10 a=oexKYjalfGEA:10 a=5hZkEVmpKn8A:10 a=6I5d2MoRAAAA:8 a=BJiaDX78vzNWCvUB9bUA:9 a=IjZwj45LgO3ly-622nXo:22 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: YWxhbnNvbWVyc0BjZW50dXJ5bGluay5uZXQ= Authentication-Results: smtp03.onyx.dfw.sync.lan smtp.user=alansomers@centurylink.net; auth=pass (LOGIN) Received: from [63.224.80.232] ([63.224.80.232:14517] helo=threonine.lauralan.noip.me) by smtp.centurylink.net (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPSA (cipher=DHE-RSA-AES128-GCM-SHA256) id 05/89-29470-2F04ABC5; Fri, 19 Apr 2019 17:43:15 -0400 From: asomers@FreeBSD.org To: Miklos Szeredi , linux-fsdevel@vger.kernel.org, Nikolaus@rath.org Cc: Alan Somers Subject: [PATCH 2/3] fuse: fix changelog entry for protocol 7.12 Date: Fri, 19 Apr 2019 15:42:45 -0600 Message-Id: <20190419214246.26290-2-asomers@FreeBSD.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190419214246.26290-1-asomers@FreeBSD.org> References: <20190419214246.26290-1-asomers@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org From: Alan Somers This was a mistake in the comment in commit e0a43ddcc08c. Signed-off-by: Alan Somers --- include/uapi/linux/fuse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h index e4ceeb406eb3..6457036a5960 100644 --- a/include/uapi/linux/fuse.h +++ b/include/uapi/linux/fuse.h @@ -54,7 +54,7 @@ * - add POLL message and NOTIFY_POLL notification * * 7.12 - * - add umask flag to input argument of open, mknod and mkdir + * - add umask flag to input argument of create, mknod and mkdir * - add notification messages for invalidation of inodes and * directory entries * -- 2.21.0