public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
From: Ian Kent <raven@themaw.net>
To: Randy Dunlap <rdunlap@infradead.org>, linux-kernel@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org, autofs@vger.kernel.org,
	David Howells <dhowells@redhat.com>,
	linux-cachefs@redhat.com, Joel Becker <jlbec@evilplan.org>,
	Christoph Hellwig <hch@lst.de>,
	Alexander Viro <viro@zeniv.linux.org.uk>,
	linux-fsdevel@vger.kernel.org, Eric Biggers <ebiggers@kernel.org>,
	"Theodore Y . Ts'o" <tytso@mit.edu>,
	linux-fscrypt@vger.kernel.org, Miklos Szeredi <miklos@szeredi.hu>,
	linux-unionfs@vger.kernel.org
Subject: Re: [PATCH 01/10] Documentation: filesystems: autofs-mount-control: drop doubled words
Date: Mon, 06 Jul 2020 08:15:21 +0800	[thread overview]
Message-ID: <c0488eb9932989a0d932ee5ec6d66429db18db4d.camel@themaw.net> (raw)
In-Reply-To: <20200703214325.31036-2-rdunlap@infradead.org>

On Fri, 2020-07-03 at 14:43 -0700, Randy Dunlap wrote:
> Drop the doubled words "the" and "and".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Ian Kent <raven@themaw.net>

Acked-by: Ian Kent <raven@themaw.net>

> Cc: autofs@vger.kernel.org
> ---
>  Documentation/filesystems/autofs-mount-control.rst |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> --- linux-next-20200701.orig/Documentation/filesystems/autofs-mount-
> control.rst
> +++ linux-next-20200701/Documentation/filesystems/autofs-mount-
> control.rst
> @@ -391,7 +391,7 @@ variation uses the path and optionally i
>  set to an autofs mount type. The call returns 1 if this is a mount
> point
>  and sets out.devid field to the device number of the mount and
> out.magic
>  field to the relevant super block magic number (described below) or
> 0 if
> -it isn't a mountpoint. In both cases the the device number (as
> returned
> +it isn't a mountpoint. In both cases the device number (as returned
>  by new_encode_dev()) is returned in out.devid field.
>  
>  If supplied with a file descriptor we're looking for a specific
> mount,
> @@ -399,12 +399,12 @@ not necessarily at the top of the mounte
>  the descriptor corresponds to is considered a mountpoint if it is
> itself
>  a mountpoint or contains a mount, such as a multi-mount without a
> root
>  mount. In this case we return 1 if the descriptor corresponds to a
> mount
> -point and and also returns the super magic of the covering mount if
> there
> +point and also returns the super magic of the covering mount if
> there
>  is one or 0 if it isn't a mountpoint.
>  
>  If a path is supplied (and the ioctlfd field is set to -1) then the
> path
>  is looked up and is checked to see if it is the root of a mount. If
> a
>  type is also given we are looking for a particular autofs mount and
> if
> -a match isn't found a fail is returned. If the the located path is
> the
> +a match isn't found a fail is returned. If the located path is the
>  root of a mount 1 is returned along with the super magic of the
> mount
>  or 0 otherwise.


  reply	other threads:[~2020-07-06  0:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-03 21:43 [PATCH 00/10] Documentation: filesystems: eliminate duplicated words Randy Dunlap
2020-07-03 21:43 ` [PATCH 01/10] Documentation: filesystems: autofs-mount-control: drop doubled words Randy Dunlap
2020-07-06  0:15   ` Ian Kent [this message]
2020-07-03 21:43 ` [PATCH 02/10] Documentation: filesystems: caching/operations: drop doubled word Randy Dunlap
2020-07-03 21:43 ` [PATCH 03/10] Documentation: filesystems: configfs: " Randy Dunlap
2020-07-03 21:43 ` [PATCH 04/10] Documentation: filesystems: directory-locking: " Randy Dunlap
2020-07-03 21:43 ` [PATCH 05/10] Documentation: filesystems: fsverity: " Randy Dunlap
2020-07-07 18:10   ` Eric Biggers
2020-07-03 21:43 ` [PATCH 06/10] Documentation: filesystems: mount_api: " Randy Dunlap
2020-07-03 21:43 ` [PATCH 07/10] Documentation: filesystems: overlayfs: " Randy Dunlap
2020-07-03 21:43 ` [PATCH 08/10] Documentation: filesystems: path-lookup: " Randy Dunlap
2020-07-03 21:43 ` [PATCH 09/10] Documentation: filesystems: sysfs-tagging: " Randy Dunlap
2020-07-03 21:43 ` [PATCH 10/10] Documentation: filesystems: vfs: drop doubled words Randy Dunlap
2020-07-05 20:44 ` [PATCH 00/10] Documentation: filesystems: eliminate duplicated words Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c0488eb9932989a0d932ee5ec6d66429db18db4d.camel@themaw.net \
    --to=raven@themaw.net \
    --cc=autofs@vger.kernel.org \
    --cc=corbet@lwn.net \
    --cc=dhowells@redhat.com \
    --cc=ebiggers@kernel.org \
    --cc=hch@lst.de \
    --cc=jlbec@evilplan.org \
    --cc=linux-cachefs@redhat.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-fscrypt@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --cc=rdunlap@infradead.org \
    --cc=tytso@mit.edu \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox