* [PATCH] fs: Fix typo from smpfs to smbfs in filesystem documentation
@ 2025-03-10 18:34 kth
0 siblings, 0 replies; 4+ messages in thread
From: kth @ 2025-03-10 18:34 UTC (permalink / raw)
To: corbet; +Cc: kangtaeho2456, linux-doc, linux-kernel
The documentation incorrectly reffered to 'smbfs' as 'smpfs'. This change corrects that typo to ensure the documentation is accurate and not misleading.
Signed-off-by: Kang Taeho <kangtaeho2456@gmail.com>
---
Documentation/admin-guide/highuid.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/highuid.rst b/Documentation/admin-guide/highuid.rst
index 6ee70465c0ea..9239067563a1 100644
--- a/Documentation/admin-guide/highuid.rst
+++ b/Documentation/admin-guide/highuid.rst
@@ -64,7 +64,7 @@ What's left to be done for 32-bit UIDs on all Linux architectures:
Other filesystems have not been checked yet.
-- The ncpfs and smpfs filesystems cannot presently use 32-bit UIDs in
+- The ncpfs and smbfs filesystems cannot presently use 32-bit UIDs in
all ioctl()s. Some new ioctl()s have been added with 32-bit UIDs, but
more are needed. (as well as new user<->kernel data structures)
--
2.48.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] fs: Fix typo from smpfs to smbfs in filesystem documentation
@ 2025-03-10 18:41 kth
2025-03-10 19:28 ` Matthew Wilcox
0 siblings, 1 reply; 4+ messages in thread
From: kth @ 2025-03-10 18:41 UTC (permalink / raw)
To: corbet; +Cc: kangtaeho2456, linux-doc, linux-kernel
The documentation incorrectly referred to 'smbfs' as 'smpfs'. This change corrects that typo to ensure the documentation is accurate and not misleading.
Signed-off-by: Kang Taeho <kangtaeho2456@gmail.com>
---
Documentation/admin-guide/highuid.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/highuid.rst b/Documentation/admin-guide/highuid.rst
index 6ee70465c0ea..9239067563a1 100644
--- a/Documentation/admin-guide/highuid.rst
+++ b/Documentation/admin-guide/highuid.rst
@@ -64,7 +64,7 @@ What's left to be done for 32-bit UIDs on all Linux architectures:
Other filesystems have not been checked yet.
-- The ncpfs and smpfs filesystems cannot presently use 32-bit UIDs in
+- The ncpfs and smbfs filesystems cannot presently use 32-bit UIDs in
all ioctl()s. Some new ioctl()s have been added with 32-bit UIDs, but
more are needed. (as well as new user<->kernel data structures)
--
2.48.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] fs: Fix typo from smpfs to smbfs in filesystem documentation
2025-03-10 18:41 [PATCH] fs: Fix typo from smpfs to smbfs in filesystem documentation kth
@ 2025-03-10 19:28 ` Matthew Wilcox
2025-03-12 22:30 ` Jonathan Corbet
0 siblings, 1 reply; 4+ messages in thread
From: Matthew Wilcox @ 2025-03-10 19:28 UTC (permalink / raw)
To: kth; +Cc: corbet, linux-doc, linux-kernel
On Tue, Mar 11, 2025 at 02:41:29AM +0800, kth wrote:
> The documentation incorrectly referred to 'smbfs' as 'smpfs'. This change corrects that typo to ensure the documentation is accurate and not misleading.
>
> Signed-off-by: Kang Taeho <kangtaeho2456@gmail.com>
> ---
> Documentation/admin-guide/highuid.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/highuid.rst b/Documentation/admin-guide/highuid.rst
> index 6ee70465c0ea..9239067563a1 100644
> --- a/Documentation/admin-guide/highuid.rst
> +++ b/Documentation/admin-guide/highuid.rst
> @@ -64,7 +64,7 @@ What's left to be done for 32-bit UIDs on all Linux architectures:
>
> Other filesystems have not been checked yet.
>
> -- The ncpfs and smpfs filesystems cannot presently use 32-bit UIDs in
> +- The ncpfs and smbfs filesystems cannot presently use 32-bit UIDs in
ncpfs doesn't exist any more; it was removed many years ago. And the
smbfs that is referred to here was replaced by cifs many years ago.
I have a feeling the entire highuid document should be deleted. It
describes a transition that happened 25 years ago.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] fs: Fix typo from smpfs to smbfs in filesystem documentation
2025-03-10 19:28 ` Matthew Wilcox
@ 2025-03-12 22:30 ` Jonathan Corbet
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2025-03-12 22:30 UTC (permalink / raw)
To: Matthew Wilcox, kth; +Cc: linux-doc, linux-kernel
Matthew Wilcox <willy@infradead.org> writes:
> On Tue, Mar 11, 2025 at 02:41:29AM +0800, kth wrote:
>> The documentation incorrectly referred to 'smbfs' as 'smpfs'. This change corrects that typo to ensure the documentation is accurate and not misleading.
>>
>> Signed-off-by: Kang Taeho <kangtaeho2456@gmail.com>
>> ---
>> Documentation/admin-guide/highuid.rst | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/admin-guide/highuid.rst b/Documentation/admin-guide/highuid.rst
>> index 6ee70465c0ea..9239067563a1 100644
>> --- a/Documentation/admin-guide/highuid.rst
>> +++ b/Documentation/admin-guide/highuid.rst
>> @@ -64,7 +64,7 @@ What's left to be done for 32-bit UIDs on all Linux architectures:
>>
>> Other filesystems have not been checked yet.
>>
>> -- The ncpfs and smpfs filesystems cannot presently use 32-bit UIDs in
>> +- The ncpfs and smbfs filesystems cannot presently use 32-bit UIDs in
>
> ncpfs doesn't exist any more; it was removed many years ago. And the
> smbfs that is referred to here was replaced by cifs many years ago.
>
> I have a feeling the entire highuid document should be deleted. It
> describes a transition that happened 25 years ago.
That seems like the right thing to do - it's essentially somebody's
"todo" list from 2000, which lacks relevance now.
Kang, would you like to submit a patch to simply remove the file
instead?
Thanks,
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-12 22:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-10 18:41 [PATCH] fs: Fix typo from smpfs to smbfs in filesystem documentation kth
2025-03-10 19:28 ` Matthew Wilcox
2025-03-12 22:30 ` Jonathan Corbet
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 18:34 kth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).