2020-02-14 17:11:36

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH 1/4] MAINTAINERS: Add ubifs-authentication.rst to UBIFS

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 38fe2f3f7b6f..6a5365f10aa5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17047,6 +17047,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes
W: http://www.linux-mtd.infradead.org/doc/ubifs.html
S: Supported
F: Documentation/filesystems/ubifs.txt
+F: Documentation/filesystems/ubifs-authentication.rst
F: fs/ubifs/

UCLINUX (M68KNOMMU AND COLDFIRE)
--
2.20.1


2020-02-14 17:12:32

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH 3/4] docs: filesystems: link ubifs-authentication.rst

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
Documentation/filesystems/index.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst
index 386eaad008b2..ac574d521f11 100644
--- a/Documentation/filesystems/index.rst
+++ b/Documentation/filesystems/index.rst
@@ -49,5 +49,6 @@ Documentation for filesystem implementations.
autofs
fuse
overlayfs
+ ubifs-authentication
virtiofs
vfat
--
2.20.1