[PATCH] ceph, docs: Remove Sage's git tree

Tiezhu Yang posted 1 patch 3 years, 7 months ago
Documentation/filesystems/ceph.rst | 1 -
1 file changed, 1 deletion(-)
[PATCH] ceph, docs: Remove Sage's git tree
Posted by Tiezhu Yang 3 years, 7 months ago
Sage's git tree has not been pushed to in years, and it was removed in
commit 3a5ccecd9af7 ("MAINTAINERS: remove myself as ceph co-maintainer"),
so it is better to remove it in the documentation too.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 Documentation/filesystems/ceph.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/filesystems/ceph.rst b/Documentation/filesystems/ceph.rst
index 4942e01..76ce938 100644
--- a/Documentation/filesystems/ceph.rst
+++ b/Documentation/filesystems/ceph.rst
@@ -203,7 +203,6 @@ For more information on Ceph, see the home page at
 
 The Linux kernel client source tree is available at
 	- https://github.com/ceph/ceph-client.git
-	- git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
 
 and the source for the full system is at
 	https://github.com/ceph/ceph.git
-- 
2.1.0
Re: [PATCH] ceph, docs: Remove Sage's git tree
Posted by Ilya Dryomov 3 years, 7 months ago
On Mon, Sep 5, 2022 at 8:35 AM Tiezhu Yang <yangtiezhu@loongson.cn> wrote:
>
> Sage's git tree has not been pushed to in years, and it was removed in
> commit 3a5ccecd9af7 ("MAINTAINERS: remove myself as ceph co-maintainer"),
> so it is better to remove it in the documentation too.
>
> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
> ---
>  Documentation/filesystems/ceph.rst | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/filesystems/ceph.rst b/Documentation/filesystems/ceph.rst
> index 4942e01..76ce938 100644
> --- a/Documentation/filesystems/ceph.rst
> +++ b/Documentation/filesystems/ceph.rst
> @@ -203,7 +203,6 @@ For more information on Ceph, see the home page at
>
>  The Linux kernel client source tree is available at
>         - https://github.com/ceph/ceph-client.git
> -       - git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
>
>  and the source for the full system is at
>         https://github.com/ceph/ceph.git
> --
> 2.1.0
>

Applied.

Thanks,

                Ilya