diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-03 14:43:25 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-05 14:44:30 -0600 |
commit | 8286de7c9951168b777570aeb46693ced9178fb6 (patch) | |
tree | 93f38daeebdce4ccd39294d3ba42fe502d946596 | |
parent | f4fd0ba8799880d23a9589a75922580e0cb97abd (diff) | |
download | linux-stable-8286de7c9951168b777570aeb46693ced9178fb6.tar.gz linux-stable-8286de7c9951168b777570aeb46693ced9178fb6.tar.bz2 linux-stable-8286de7c9951168b777570aeb46693ced9178fb6.zip |
Documentation: filesystems: vfs: drop doubled words
Drop the doubled words "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Link: https://lore.kernel.org/r/20200703214325.31036-11-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/filesystems/vfs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst index 16ca8792344b..da4b7357a9e0 100644 --- a/Documentation/filesystems/vfs.rst +++ b/Documentation/filesystems/vfs.rst @@ -392,7 +392,7 @@ Extended attributes are name:value pairs. ``set`` Called by the VFS to set the value of a particular extended attribute. When the new value is NULL, called to remove a - particular extended attribute. This method is called by the the + particular extended attribute. This method is called by the setxattr(2) and removexattr(2) system calls. When none of the xattr handlers of a filesystem match the specified @@ -652,7 +652,7 @@ at any point after PG_Dirty is clear. Once it is known to be safe, PG_Writeback is cleared. Writeback makes use of a writeback_control structure to direct the -operations. This gives the the writepage and writepages operations some +operations. This gives the writepage and writepages operations some information about the nature of and reason for the writeback request, and the constraints under which it is being done. It is also used to return information back to the caller about the result of a writepage or |