Re: [PATCH] Doc: nfs: Fix typos in Documentation/filesystems/nfs

From: Randy Dunlap
Date: Wed Feb 17 2016 - 22:58:59 EST


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@xxxxxxxxx>
> ---
> 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