From: Madhuparna Bhowmik <[email protected]>
This patch fixes following documentation build warning:
Warning: Documentation/filesystems/automount-support.txt references
a file that doesn't exist: Documentation/filesystems/autofs.txt
Signed-off-by: Madhuparna Bhowmik <[email protected]>
---
Documentation/filesystems/automount-support.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/automount-support.txt b/Documentation/filesystems/automount-support.txt
index b0afd3d55eaf..7d9f82607562 100644
--- a/Documentation/filesystems/automount-support.txt
+++ b/Documentation/filesystems/automount-support.txt
@@ -9,7 +9,7 @@ also be requested by userspace.
IN-KERNEL AUTOMOUNTING
======================
-See section "Mount Traps" of Documentation/filesystems/autofs.txt
+See section "Mount Traps" of Documentation/filesystems/autofs.rst
Then from userspace, you can just do something like:
--
2.17.1
On Wed, 4 Dec 2019 15:49:39 +0530
[email protected] wrote:
> From: Madhuparna Bhowmik <[email protected]>
>
> This patch fixes following documentation build warning:
> Warning: Documentation/filesystems/automount-support.txt references
> a file that doesn't exist: Documentation/filesystems/autofs.txt
>
> Signed-off-by: Madhuparna Bhowmik <[email protected]>
Both patches (finally) applied, thanks.
jon