[PATCH] MAINTAINERS: exclude net/ceph from networking

Ilya Dryomov posted 1 patch 4 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: exclude net/ceph from networking
Posted by Ilya Dryomov 4 weeks ago
net/ceph (libceph) patches have always gone through the Ceph tree.
Avoid CCing netdev in addition to ceph-devel list.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e9659a5a7fb3..94077e2de510 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16096,6 +16096,7 @@ X:	include/net/mac80211.h
 X:	include/net/wext.h
 X:	net/9p/
 X:	net/bluetooth/
+X:	net/ceph/
 X:	net/mac80211/
 X:	net/rfkill/
 X:	net/wireless/
-- 
2.46.1
Re: [PATCH] MAINTAINERS: exclude net/ceph from networking
Posted by Jakub Kicinski 3 weeks, 5 days ago
On Sun, 27 Oct 2024 21:25:55 +0100 Ilya Dryomov wrote:
> net/ceph (libceph) patches have always gone through the Ceph tree.
> Avoid CCing netdev in addition to ceph-devel list.
> 
> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>

Acked-by: Jakub Kicinski <kuba@kernel.org>

Thanks!