Message ID | 20180708210154.10423-19-ebiggers3@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 */