From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:41459 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932953AbeGHVFs (ORCPT ); Sun, 8 Jul 2018 17:05:48 -0400 From: Eric Biggers To: David Howells , Alexander Viro , linux-fsdevel@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Eric Biggers Subject: [PATCH 18/18] fs_context: fix fscontext_write() comment Date: Sun, 8 Jul 2018 14:01:54 -0700 Message-Id: <20180708210154.10423-19-ebiggers3@gmail.com> In-Reply-To: <20180708210154.10423-1-ebiggers3@gmail.com> References: <20180708210154.10423-1-ebiggers3@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Eric Biggers The 'r' command doesn't exist, and 'd' was apparently renamed to 's'. Signed-off-by: Eric Biggers --- fs/fsopen.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fs/fsopen.c b/fs/fsopen.c index 34d7292bb398e..6947fed9df3b2 100644 --- a/fs/fsopen.c +++ b/fs/fsopen.c @@ -23,12 +23,11 @@ * here. For the moment, we assume a single option or command per write. Each * line written is of the form * - * + * * - * d /dev/sda1 -- Device name + * s /dev/sda1 -- Source device * o noatime -- Option without value * o cell=grand.central.org -- Option with value - * r / -- Dir within device to mount * x create -- Create a superblock * x reconfigure -- Reconfigure a superblock */ -- 2.18.0