2022-10-11 14:06:44

by David Sterba

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: update btrfs website links and files

We have the new documentation hosted on Read The Docs and content is
migrated there from the wiki. Also update http to https and add the
tracepoint definition header.

Signed-off-by: David Sterba <[email protected]>
---
MAINTAINERS | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f5ca4aefd184..5ec615e817be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4428,13 +4428,15 @@ M: Josef Bacik <[email protected]>
M: David Sterba <[email protected]>
L: [email protected]
S: Maintained
-W: http://btrfs.wiki.kernel.org/
-Q: http://patchwork.kernel.org/project/linux-btrfs/list/
+W: https://btrfs.readthedocs.io
+W: https://btrfs.wiki.kernel.org/
+Q: https://patchwork.kernel.org/project/linux-btrfs/list/
C: irc://irc.libera.chat/btrfs
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git
F: Documentation/filesystems/btrfs.rst
F: fs/btrfs/
F: include/linux/btrfs*
+F: include/trace/events/btrfs.h
F: include/uapi/linux/btrfs*

BTTV VIDEO4LINUX DRIVER
--
2.37.3


2022-10-11 23:08:02

by Linus Torvalds

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update btrfs website links and files

On Tue, Oct 11, 2022 at 6:23 AM David Sterba <[email protected]> wrote:
>
> We have the new documentation hosted on Read The Docs and content is
> migrated there from the wiki. Also update http to https and add the
> tracepoint definition header.

Hmm. Did you intend for me to apply this as a patch?

Since you normally just send pull requests, I'm a bit confused.

Is this a "it's outside the btrfs subdirectory, so I'm sending this as
a patch"? Except I've seen you send stuff that has changes to mm/ for
new exports etc, and in fact to MAINTAINERS too.

Or is this just an informational "let Linus know about this patch" email?

Anyway, if you actually want me to apply a patch directly because of
some "I'm not going to send this as a pull request because there is
nothing else pending" kind of issue or other reason, please do state
that explicitly in the email.

Because as it is now, as explained above, I'm not sure why this patch
was sent to me.

Linus

2022-10-12 10:57:11

by David Sterba

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: update btrfs website links and files

On Tue, Oct 11, 2022 at 03:48:55PM -0700, Linus Torvalds wrote:
> On Tue, Oct 11, 2022 at 6:23 AM David Sterba <[email protected]> wrote:
> >
> > We have the new documentation hosted on Read The Docs and content is
> > migrated there from the wiki. Also update http to https and add the
> > tracepoint definition header.
>
> Hmm. Did you intend for me to apply this as a patch?
>
> Since you normally just send pull requests, I'm a bit confused.
>
> Is this a "it's outside the btrfs subdirectory, so I'm sending this as
> a patch"? Except I've seen you send stuff that has changes to mm/ for
> new exports etc, and in fact to MAINTAINERS too.

Yeah the reason was because it's out of my directory, the exports to mm/
or fs/ were necessary for code to work but the maintainers file is
plain text, I thought there was a different workflow.

> Or is this just an informational "let Linus know about this patch" email?
>
> Anyway, if you actually want me to apply a patch directly because of
> some "I'm not going to send this as a pull request because there is
> nothing else pending" kind of issue or other reason, please do state
> that explicitly in the email.
>
> Because as it is now, as explained above, I'm not sure why this patch
> was sent to me.

Sorry for confusion, you can ignore the patch. I'll add it to the pulled
branch, like last time which was not that long ago (mid 2021, commit
503d1acb01826b42e) but I forgot about that.