Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Jonathan Corbet
0d6f3ebf 4db1fa66

+8 -8
+2 -2
Documentation/filesystems/nfs/fault_injection.txt
··· 49 49 forget_delegations: 50 50 A delegation is used to assure the client that a file, or part of a file, 51 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 53 again. 54 54 55 55 recall_delegations: 56 56 Delegations can be recalled by the server when another client attempts to 57 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 59 the file again. 60 60 61 61
+1 -1
Documentation/filesystems/nfs/nfs-rdma.txt
··· 218 218 /vol0 192.168.0.0/255.255.255.0(fsid=0,rw,async,insecure,no_root_squash) 219 219 220 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 223 NOTE: The "insecure" option must be used because the NFS/RDMA client does 224 224 not use a reserved port.
+1 -1
Documentation/filesystems/nfs/nfsroot.txt
··· 166 166 Value gets exported by /proc/net/pnp which is often linked 167 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 170 Same as above. 171 171 172 172
+3 -3
Documentation/filesystems/nfs/pnfs.txt
··· 64 64 different layout types. 65 65 66 66 Files-layout-driver code is in: fs/nfs/filelayout/.. directory 67 - Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory 68 - Blocks-layout-deriver code is in: fs/nfs/blocklayout/.. directory 67 + Objects-layout-driver code is in: fs/nfs/objlayout/.. directory 68 + Blocks-layout-driver code is in: fs/nfs/blocklayout/.. directory 69 69 Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory 70 70 71 71 objects-layout setup ··· 91 91 Usage: $0 -u <URI> -o <OSDNAME> -s <SYSTEMID> 92 92 Options: 93 93 -u target uri e.g. iscsi://<ip>:<port> 94 - (allways exists) 94 + (always exists) 95 95 (More protocols can be defined in the future. 96 96 The client does not interpret this string it is 97 97 passed unchanged as received from the Server)
+1 -1
Documentation/filesystems/nfs/rpc-server-gss.txt
··· 57 57 order to perform context establishment. 58 58 59 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 61 groups) due to limitation on the size of the buffer that can be send 62 62 back to the kernel (4KiB). 63 63