* [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide
@ 2019-07-05 13:14 Sheriff Esseson
2019-07-05 19:04 ` Matthew Wilcox
2019-07-08 20:00 ` Christoph Hellwig
0 siblings, 2 replies; 5+ messages in thread
From: Sheriff Esseson @ 2019-07-05 13:14 UTC (permalink / raw)
To: skhan
Cc: darrick.wong, linux-xfs, corbet, linux-doc, linux-kernel,
linux-kernel-mentees
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@gmail.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@vger.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@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
2.22.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide
2019-07-05 13:14 [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide Sheriff Esseson
@ 2019-07-05 19:04 ` Matthew Wilcox
2019-07-05 19:41 ` Sheriff Esseson
2019-07-08 20:00 ` Christoph Hellwig
1 sibling, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2019-07-05 19:04 UTC (permalink / raw)
To: Sheriff Esseson
Cc: skhan, darrick.wong, linux-xfs, corbet, linux-doc, linux-kernel,
linux-kernel-mentees
On Fri, Jul 05, 2019 at 02:14:46PM +0100, Sheriff Esseson wrote:
> 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.
What happened to the conversion to xfs.rst?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide
2019-07-05 19:04 ` Matthew Wilcox
@ 2019-07-05 19:41 ` Sheriff Esseson
2019-07-08 19:59 ` Matthew Wilcox
0 siblings, 1 reply; 5+ messages in thread
From: Sheriff Esseson @ 2019-07-05 19:41 UTC (permalink / raw)
To: Matthew Wilcox
Cc: linux-kernel-mentees, darrick.wong, linux-xfs, corbet, linux-doc
On Fri, Jul 05, 2019 at 12:04:12PM -0700, Matthew Wilcox wrote:
> On Fri, Jul 05, 2019 at 02:14:46PM +0100, Sheriff Esseson wrote:
> > 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.
>
> What happened to the conversion to xfs.rst?
Okay, I was thinking placing the file properly should come first before the
conversion.
I'll continue work on the conversion right away. I'll send it on Monday, letting
the dust settle on this one.
>
> _______________________________________________
> Linux-kernel-mentees mailing list
> Linux-kernel-mentees@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide
2019-07-05 19:41 ` Sheriff Esseson
@ 2019-07-08 19:59 ` Matthew Wilcox
0 siblings, 0 replies; 5+ messages in thread
From: Matthew Wilcox @ 2019-07-08 19:59 UTC (permalink / raw)
To: Sheriff Esseson
Cc: linux-kernel-mentees, darrick.wong, linux-xfs, corbet, linux-doc
On Fri, Jul 05, 2019 at 08:41:48PM +0100, Sheriff Esseson wrote:
> On Fri, Jul 05, 2019 at 12:04:12PM -0700, Matthew Wilcox wrote:
> > On Fri, Jul 05, 2019 at 02:14:46PM +0100, Sheriff Esseson wrote:
> > > 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.
> >
> > What happened to the conversion to xfs.rst?
>
> Okay, I was thinking placing the file properly should come first before the
> conversion.
But if you move it, then rename it, you have to change all these places
again. The minimal conversion you did the first time was quite a nice diff
to read.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide
2019-07-05 13:14 [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide Sheriff Esseson
2019-07-05 19:04 ` Matthew Wilcox
@ 2019-07-08 20:00 ` Christoph Hellwig
1 sibling, 0 replies; 5+ messages in thread
From: Christoph Hellwig @ 2019-07-08 20:00 UTC (permalink / raw)
To: Sheriff Esseson
Cc: skhan, darrick.wong, linux-xfs, corbet, linux-doc, linux-kernel,
linux-kernel-mentees
The subjet line seems to be a bit messed up.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-07-08 20:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-05 13:14 [Linux-kernel-mentees] [PATCH] Doc : fs : move xfs.txt to admin-guide Sheriff Esseson
2019-07-05 19:04 ` Matthew Wilcox
2019-07-05 19:41 ` Sheriff Esseson
2019-07-08 19:59 ` Matthew Wilcox
2019-07-08 20:00 ` Christoph Hellwig
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).