* [PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs
@ 2016-02-18 3:26 Masanari Iida
2016-02-18 3:58 ` Randy Dunlap
2016-03-09 23:14 ` Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2016-02-18 3:26 UTC (permalink / raw)
To: rdunlap, corbet, linux-doc, bfields, jlayton, linux-kernel; +Cc: Masanari Iida
This patch fix spelling typos found in Documentation/filesystems/nfs
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
Documentation/filesystems/nfs/fault_injection.txt | 4 ++--
Documentation/filesystems/nfs/nfs-rdma.txt | 2 +-
Documentation/filesystems/nfs/nfsroot.txt | 2 +-
Documentation/filesystems/nfs/pnfs.txt | 6 +++---
Documentation/filesystems/nfs/rpc-server-gss.txt | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Documentation/filesystems/nfs/fault_injection.txt b/Documentation/filesystems/nfs/fault_injection.txt
index 426d166..f4ecb31 100644
--- a/Documentation/filesystems/nfs/fault_injection.txt
+++ b/Documentation/filesystems/nfs/fault_injection.txt
@@ -49,13 +49,13 @@ forget_locks:
forget_delegations:
A delegation is used to assure the client that a file, or part of a file,
has not changed since the delegation was awarded. Clearing this list will
- force the client to reaquire its delegation before accessing the file
+ force the client to require its delegation before accessing the file
again.
recall_delegations:
Delegations can be recalled by the server when another client attempts to
access a file. This test will notify the client that its delegation has
- been revoked, forcing the client to reaquire the delegation before using
+ been revoked, forcing the client to require the delegation before using
the file again.
diff --git a/Documentation/filesystems/nfs/nfs-rdma.txt b/Documentation/filesystems/nfs/nfs-rdma.txt
index 906b6c2..1e65645 100644
--- a/Documentation/filesystems/nfs/nfs-rdma.txt
+++ b/Documentation/filesystems/nfs/nfs-rdma.txt
@@ -218,7 +218,7 @@ NFS/RDMA Setup
/vol0 192.168.0.0/255.255.255.0(fsid=0,rw,async,insecure,no_root_squash)
The IP address(es) is(are) the client's IPoIB address for an InfiniBand
- HCA or the cleint's iWARP address(es) for an RNIC.
+ HCA or the client's iWARP address(es) for an RNIC.
NOTE: The "insecure" option must be used because the NFS/RDMA client does
not use a reserved port.
diff --git a/Documentation/filesystems/nfs/nfsroot.txt b/Documentation/filesystems/nfs/nfsroot.txt
index bb5ab6d..0b2883b 100644
--- a/Documentation/filesystems/nfs/nfsroot.txt
+++ b/Documentation/filesystems/nfs/nfsroot.txt
@@ -166,7 +166,7 @@ ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>:
Value gets exported by /proc/net/pnp which is often linked
on embedded systems by /etc/resolv.conf.
- <dns1-ip> IP address of secound nameserver.
+ <dns1-ip> IP address of second nameserver.
Same as above.
diff --git a/Documentation/filesystems/nfs/pnfs.txt b/Documentation/filesystems/nfs/pnfs.txt
index 44a9f24..8de578a 100644
--- a/Documentation/filesystems/nfs/pnfs.txt
+++ b/Documentation/filesystems/nfs/pnfs.txt
@@ -64,8 +64,8 @@ table which are called by the nfs-client pnfs-core to implement the
different layout types.
Files-layout-driver code is in: fs/nfs/filelayout/.. directory
-Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory
-Blocks-layout-deriver code is in: fs/nfs/blocklayout/.. directory
+Objects-layout-driver code is in: fs/nfs/objlayout/.. directory
+Blocks-layout-driver code is in: fs/nfs/blocklayout/.. directory
Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory
objects-layout setup
@@ -91,7 +91,7 @@ The API to the login script is as follows:
Usage: $0 -u <URI> -o <OSDNAME> -s <SYSTEMID>
Options:
-u target uri e.g. iscsi://<ip>:<port>
- (allways exists)
+ (always exists)
(More protocols can be defined in the future.
The client does not interpret this string it is
passed unchanged as received from the Server)
diff --git a/Documentation/filesystems/nfs/rpc-server-gss.txt b/Documentation/filesystems/nfs/rpc-server-gss.txt
index 716f4be..310bbba 100644
--- a/Documentation/filesystems/nfs/rpc-server-gss.txt
+++ b/Documentation/filesystems/nfs/rpc-server-gss.txt
@@ -57,7 +57,7 @@ the Kerberos tickets, that needs to be sent through the GSS layer in
order to perform context establishment.
B) It does not properly handle creds where the user is member of more
-than a few housand groups (the current hard limit in the kernel is 65K
+than a few thousand groups (the current hard limit in the kernel is 65K
groups) due to limitation on the size of the buffer that can be send
back to the kernel (4KiB).
--
2.7.1.339.g0233b80
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs
2016-02-18 3:26 [PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs Masanari Iida
@ 2016-02-18 3:58 ` Randy Dunlap
2016-03-09 23:14 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2016-02-18 3:58 UTC (permalink / raw)
To: Masanari Iida, corbet, linux-doc, bfields, jlayton, linux-kernel
On 02/17/16 19:26, Masanari Iida wrote:
> This patch fix spelling typos found in Documentation/filesystems/nfs
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
> Documentation/filesystems/nfs/fault_injection.txt | 4 ++--
> Documentation/filesystems/nfs/nfs-rdma.txt | 2 +-
> Documentation/filesystems/nfs/nfsroot.txt | 2 +-
> Documentation/filesystems/nfs/pnfs.txt | 6 +++---
> Documentation/filesystems/nfs/rpc-server-gss.txt | 2 +-
> 5 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/Documentation/filesystems/nfs/fault_injection.txt b/Documentation/filesystems/nfs/fault_injection.txt
> index 426d166..f4ecb31 100644
> --- a/Documentation/filesystems/nfs/fault_injection.txt
> +++ b/Documentation/filesystems/nfs/fault_injection.txt
> @@ -49,13 +49,13 @@ forget_locks:
> forget_delegations:
> A delegation is used to assure the client that a file, or part of a file,
> has not changed since the delegation was awarded. Clearing this list will
> - force the client to reaquire its delegation before accessing the file
> + force the client to require its delegation before accessing the file
> again.
reacquire
> recall_delegations:
> Delegations can be recalled by the server when another client attempts to
> access a file. This test will notify the client that its delegation has
> - been revoked, forcing the client to reaquire the delegation before using
> + been revoked, forcing the client to require the delegation before using
> the file again.
reacquire
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs
2016-02-18 3:26 [PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs Masanari Iida
2016-02-18 3:58 ` Randy Dunlap
@ 2016-03-09 23:14 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2016-03-09 23:14 UTC (permalink / raw)
To: Masanari Iida; +Cc: rdunlap, linux-doc, bfields, jlayton, linux-kernel
On Thu, 18 Feb 2016 12:26:13 +0900
Masanari Iida <standby24x7@gmail.com> wrote:
> This patch fix spelling typos found in Documentation/filesystems/nfs
I've applied this to the docs tree. I fixed the two "reacquire"
instances that Randy pointed out; it would have been nice to get an
updated patch so I didn't have to do that.
Thanks,
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-09 23:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 3:26 [PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs Masanari Iida
2016-02-18 3:58 ` Randy Dunlap
2016-03-09 23:14 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox