lkml.org 
[lkml]   [2018]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 18/18] fs_context: fix fscontext_write() comment
Date
From: Eric Biggers <ebiggers@google.com>

The 'r' command doesn't exist, and 'd' was apparently renamed to 's'.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
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
*
- * <option_type><space><stuff...>
+ * <command_type><space><stuff...>
*
- * 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
\
 
 \ /
  Last update: 2018-07-08 23:06    [W:0.228 / U:0.652 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site