2021-03-18 20:23:48

by Ricardo Ribalda

[permalink] [raw]
Subject: [PATCH 7/9] nfsd: Fix typo "accesible"

Trivial fix.

Cc: [email protected]
Signed-off-by: Ricardo Ribalda <[email protected]>
---
fs/nfsd/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index 821e5913faee..d160cd4c6f71 100644
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -98,7 +98,7 @@ config NFSD_BLOCKLAYOUT
help
This option enables support for the exporting pNFS block layouts
in the kernel's NFS server. The pNFS block layout enables NFS
- clients to directly perform I/O to block devices accesible to both
+ clients to directly perform I/O to block devices accessible to both
the server and the clients. See RFC 5663 for more details.

If unsure, say N.
@@ -112,7 +112,7 @@ config NFSD_SCSILAYOUT
help
This option enables support for the exporting pNFS SCSI layouts
in the kernel's NFS server. The pNFS SCSI layout enables NFS
- clients to directly perform I/O to SCSI devices accesible to both
+ clients to directly perform I/O to SCSI devices accessible to both
the server and the clients. See draft-ietf-nfsv4-scsi-layout for
more details.

@@ -126,7 +126,7 @@ config NFSD_FLEXFILELAYOUT
This option enables support for the exporting pNFS Flex File
layouts in the kernel's NFS server. The pNFS Flex File layout
enables NFS clients to directly perform I/O to NFSv3 devices
- accesible to both the server and the clients. See
+ accessible to both the server and the clients. See
draft-ietf-nfsv4-flex-files for more details.

Warning, this server implements the bare minimum functionality
--
2.31.0.rc2.261.g7f71774620-goog


2021-03-22 14:23:53

by Chuck Lever III

[permalink] [raw]
Subject: Re: [PATCH 7/9] nfsd: Fix typo "accesible"



> On Mar 18, 2021, at 4:22 PM, Ricardo Ribalda <[email protected]> wrote:
>
> Trivial fix.
>
> Cc: [email protected]
> Signed-off-by: Ricardo Ribalda <[email protected]>

Thanks for you patch. I've committed to the for-next topic branch at

git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git


> ---
> fs/nfsd/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
> index 821e5913faee..d160cd4c6f71 100644
> --- a/fs/nfsd/Kconfig
> +++ b/fs/nfsd/Kconfig
> @@ -98,7 +98,7 @@ config NFSD_BLOCKLAYOUT
> help
> This option enables support for the exporting pNFS block layouts
> in the kernel's NFS server. The pNFS block layout enables NFS
> - clients to directly perform I/O to block devices accesible to both
> + clients to directly perform I/O to block devices accessible to both
> the server and the clients. See RFC 5663 for more details.
>
> If unsure, say N.
> @@ -112,7 +112,7 @@ config NFSD_SCSILAYOUT
> help
> This option enables support for the exporting pNFS SCSI layouts
> in the kernel's NFS server. The pNFS SCSI layout enables NFS
> - clients to directly perform I/O to SCSI devices accesible to both
> + clients to directly perform I/O to SCSI devices accessible to both
> the server and the clients. See draft-ietf-nfsv4-scsi-layout for
> more details.
>
> @@ -126,7 +126,7 @@ config NFSD_FLEXFILELAYOUT
> This option enables support for the exporting pNFS Flex File
> layouts in the kernel's NFS server. The pNFS Flex File layout
> enables NFS clients to directly perform I/O to NFSv3 devices
> - accesible to both the server and the clients. See
> + accessible to both the server and the clients. See
> draft-ietf-nfsv4-flex-files for more details.
>
> Warning, this server implements the bare minimum functionality
> --
> 2.31.0.rc2.261.g7f71774620-goog
>

--
Chuck Lever