[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190705131446.GA10045@localhost>
Date: Fri, 5 Jul 2019 14:14:46 +0100
From: Sheriff Esseson <sheriffesseson@...il.com>
To: skhan@...uxfoundation.org
Cc: darrick.wong@...cle.com, linux-xfs@...r.kernel.org, corbet@....net,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org
Subject: [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide
As suggested by Matthew Wilcox, xfs.txt is primarily a guide on available
options when setting up an XFS. This makes it appropriate to be placed under
the admin-guide tree.
Thus, move xfs.txt to admin-guide and fix broken references.
Signed-off-by: Sheriff Esseson <sheriffesseson@...il.com>
---
The reference to xfs.txt from dax.txt in itself is not looking good. Maybe, we
need something more inspirational.
Documentation/{filesystems => admin-guide}/xfs.txt | 0
Documentation/filesystems/dax.txt | 2 +-
MAINTAINERS | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
rename Documentation/{filesystems => admin-guide}/xfs.txt (100%)
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/admin-guide/xfs.txt
similarity index 100%
rename from Documentation/filesystems/xfs.txt
rename to Documentation/admin-guide/xfs.txt
diff --git a/Documentation/filesystems/dax.txt b/Documentation/filesystems/dax.txt
index 6d2c0d340..b2b19738b 100644
--- a/Documentation/filesystems/dax.txt
+++ b/Documentation/filesystems/dax.txt
@@ -76,7 +76,7 @@ exposure of uninitialized data through mmap.
These filesystems may be used for inspiration:
- ext2: see Documentation/filesystems/ext2.txt
- ext4: see Documentation/filesystems/ext4/
-- xfs: see Documentation/filesystems/xfs.txt
+- xfs: see Documentation/admin-guide/xfs.txt
Handling Media Errors
diff --git a/MAINTAINERS b/MAINTAINERS
index 01a52fc96..fc309b0a1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17374,7 +17374,7 @@ L: linux-xfs@...r.kernel.org
W: http://xfs.org/
T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
S: Supported
-F: Documentation/filesystems/xfs.txt
+F: Documentation/admin-guide/xfs.txt
F: fs/xfs/
XILINX AXI ETHERNET DRIVER
--
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@...ts.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
2.22.0
Powered by blists - more mailing lists