[PATCH] docs: fix a reference of a removed file

Dongliang Mu posted 1 patch 1 month, 1 week ago
Documentation/filesystems/netfs_library.rst | 1 -
1 file changed, 1 deletion(-)
[PATCH] docs: fix a reference of a removed file
Posted by Dongliang Mu 1 month, 1 week ago
Since 86b374d061ee ("netfs: Remove fs/netfs/io.c") removed
fs/netfs/io.c, we need to delete its reference in the documentation.

Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
---
 Documentation/filesystems/netfs_library.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/filesystems/netfs_library.rst b/Documentation/filesystems/netfs_library.rst
index f0d2cb257bb8..73f0bfd7e903 100644
--- a/Documentation/filesystems/netfs_library.rst
+++ b/Documentation/filesystems/netfs_library.rst
@@ -592,4 +592,3 @@ API Function Reference
 
 .. kernel-doc:: include/linux/netfs.h
 .. kernel-doc:: fs/netfs/buffered_read.c
-.. kernel-doc:: fs/netfs/io.c
-- 
2.43.0
Re: [PATCH] docs: fix a reference of a removed file
Posted by Jonathan Corbet 1 month, 1 week ago
Dongliang Mu <dzm91@hust.edu.cn> writes:

> Since 86b374d061ee ("netfs: Remove fs/netfs/io.c") removed
> fs/netfs/io.c, we need to delete its reference in the documentation.
>
> Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
> ---
>  Documentation/filesystems/netfs_library.rst | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/filesystems/netfs_library.rst b/Documentation/filesystems/netfs_library.rst
> index f0d2cb257bb8..73f0bfd7e903 100644
> --- a/Documentation/filesystems/netfs_library.rst
> +++ b/Documentation/filesystems/netfs_library.rst
> @@ -592,4 +592,3 @@ API Function Reference
>  
>  .. kernel-doc:: include/linux/netfs.h
>  .. kernel-doc:: fs/netfs/buffered_read.c
> -.. kernel-doc:: fs/netfs/io.c

Already fixed by 368196e50194 in linux-next.

Thanks,

jon
Re: [PATCH] docs: fix a reference of a removed file
Posted by Dongliang Mu 1 month, 1 week ago
On 10/15/24 21:36, Jonathan Corbet wrote:
> Dongliang Mu <dzm91@hust.edu.cn> writes:
>
>> Since 86b374d061ee ("netfs: Remove fs/netfs/io.c") removed
>> fs/netfs/io.c, we need to delete its reference in the documentation.
>>
>> Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
>> ---
>>   Documentation/filesystems/netfs_library.rst | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/Documentation/filesystems/netfs_library.rst b/Documentation/filesystems/netfs_library.rst
>> index f0d2cb257bb8..73f0bfd7e903 100644
>> --- a/Documentation/filesystems/netfs_library.rst
>> +++ b/Documentation/filesystems/netfs_library.rst
>> @@ -592,4 +592,3 @@ API Function Reference
>>   
>>   .. kernel-doc:: include/linux/netfs.h
>>   .. kernel-doc:: fs/netfs/buffered_read.c
>> -.. kernel-doc:: fs/netfs/io.c
> Already fixed by 368196e50194 in linux-next.

Okay, I see. Thanks for the reminder.

Dongliang Mu

>
> Thanks,
>
> jon