diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-02-17 22:26:13 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-03-09 18:13:04 -0500 |
commit | 0d6f3ebf9ebdf3d2047dbe63dda501990f095641 (patch) | |
tree | ccc87c4bf68434b70d930ecfc183d1b38ee8fdda /Documentation/filesystems/nfs | |
parent | 4db1fa6648b16490867db4661924a9e22bb74b2a (diff) |
Doc: nfs: Fix typos in Documentation/filesystems/nfs
This patch fix spelling typos found in Documentation/filesystems/nfs
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/nfs')
-rw-r--r-- | Documentation/filesystems/nfs/fault_injection.txt | 4 | ||||
-rw-r--r-- | Documentation/filesystems/nfs/nfs-rdma.txt | 2 | ||||
-rw-r--r-- | Documentation/filesystems/nfs/nfsroot.txt | 2 | ||||
-rw-r--r-- | Documentation/filesystems/nfs/pnfs.txt | 6 | ||||
-rw-r--r-- | 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 426d166089a3..f3a5b0a8ac05 100644 --- a/Documentation/filesystems/nfs/fault_injection.txt +++ b/Documentation/filesystems/nfs/fault_injection.txt | |||
@@ -49,13 +49,13 @@ forget_locks: | |||
49 | forget_delegations: | 49 | forget_delegations: |
50 | A delegation is used to assure the client that a file, or part of a file, | 50 | A delegation is used to assure the client that a file, or part of a file, |
51 | has not changed since the delegation was awarded. Clearing this list will | 51 | has not changed since the delegation was awarded. Clearing this list will |
52 | force the client to reaquire its delegation before accessing the file | 52 | force the client to reacquire its delegation before accessing the file |
53 | again. | 53 | again. |
54 | 54 | ||
55 | recall_delegations: | 55 | recall_delegations: |
56 | Delegations can be recalled by the server when another client attempts to | 56 | Delegations can be recalled by the server when another client attempts to |
57 | access a file. This test will notify the client that its delegation has | 57 | access a file. This test will notify the client that its delegation has |
58 | been revoked, forcing the client to reaquire the delegation before using | 58 | been revoked, forcing the client to reacquire the delegation before using |
59 | the file again. | 59 | the file again. |
60 | 60 | ||
61 | 61 | ||
diff --git a/Documentation/filesystems/nfs/nfs-rdma.txt b/Documentation/filesystems/nfs/nfs-rdma.txt index 906b6c233f62..1e6564545edf 100644 --- a/Documentation/filesystems/nfs/nfs-rdma.txt +++ b/Documentation/filesystems/nfs/nfs-rdma.txt | |||
@@ -218,7 +218,7 @@ NFS/RDMA Setup | |||
218 | /vol0 192.168.0.0/255.255.255.0(fsid=0,rw,async,insecure,no_root_squash) | 218 | /vol0 192.168.0.0/255.255.255.0(fsid=0,rw,async,insecure,no_root_squash) |
219 | 219 | ||
220 | The IP address(es) is(are) the client's IPoIB address for an InfiniBand | 220 | The IP address(es) is(are) the client's IPoIB address for an InfiniBand |
221 | HCA or the cleint's iWARP address(es) for an RNIC. | 221 | HCA or the client's iWARP address(es) for an RNIC. |
222 | 222 | ||
223 | NOTE: The "insecure" option must be used because the NFS/RDMA client does | 223 | NOTE: The "insecure" option must be used because the NFS/RDMA client does |
224 | not use a reserved port. | 224 | not use a reserved port. |
diff --git a/Documentation/filesystems/nfs/nfsroot.txt b/Documentation/filesystems/nfs/nfsroot.txt index bb5ab6de5924..0b2883b17d4c 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>: | |||
166 | Value gets exported by /proc/net/pnp which is often linked | 166 | Value gets exported by /proc/net/pnp which is often linked |
167 | on embedded systems by /etc/resolv.conf. | 167 | on embedded systems by /etc/resolv.conf. |
168 | 168 | ||
169 | <dns1-ip> IP address of secound nameserver. | 169 | <dns1-ip> IP address of second nameserver. |
170 | Same as above. | 170 | Same as above. |
171 | 171 | ||
172 | 172 | ||
diff --git a/Documentation/filesystems/nfs/pnfs.txt b/Documentation/filesystems/nfs/pnfs.txt index 44a9f2493a88..8de578a98222 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 | |||
64 | different layout types. | 64 | different layout types. |
65 | 65 | ||
66 | Files-layout-driver code is in: fs/nfs/filelayout/.. directory | 66 | Files-layout-driver code is in: fs/nfs/filelayout/.. directory |
67 | Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory | 67 | Objects-layout-driver code is in: fs/nfs/objlayout/.. directory |
68 | Blocks-layout-deriver code is in: fs/nfs/blocklayout/.. directory | 68 | Blocks-layout-driver code is in: fs/nfs/blocklayout/.. directory |
69 | Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory | 69 | Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory |
70 | 70 | ||
71 | objects-layout setup | 71 | objects-layout setup |
@@ -91,7 +91,7 @@ The API to the login script is as follows: | |||
91 | Usage: $0 -u <URI> -o <OSDNAME> -s <SYSTEMID> | 91 | Usage: $0 -u <URI> -o <OSDNAME> -s <SYSTEMID> |
92 | Options: | 92 | Options: |
93 | -u target uri e.g. iscsi://<ip>:<port> | 93 | -u target uri e.g. iscsi://<ip>:<port> |
94 | (allways exists) | 94 | (always exists) |
95 | (More protocols can be defined in the future. | 95 | (More protocols can be defined in the future. |
96 | The client does not interpret this string it is | 96 | The client does not interpret this string it is |
97 | passed unchanged as received from the Server) | 97 | 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 716f4be8e8b3..310bbbaf9080 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 | |||
57 | order to perform context establishment. | 57 | order to perform context establishment. |
58 | 58 | ||
59 | B) It does not properly handle creds where the user is member of more | 59 | B) It does not properly handle creds where the user is member of more |
60 | than a few housand groups (the current hard limit in the kernel is 65K | 60 | than a few thousand groups (the current hard limit in the kernel is 65K |
61 | groups) due to limitation on the size of the buffer that can be send | 61 | groups) due to limitation on the size of the buffer that can be send |
62 | back to the kernel (4KiB). | 62 | back to the kernel (4KiB). |
63 | 63 | ||