Hi Ilya, On Thu, 2025-09-04 at 12:45 +0200, Ilya Dryomov wrote: > On Tue, Sep 2, 2025 at 10:10 PM Viacheslav Dubeyko <slava@xxxxxxxxxxx> wrote: > > > > From: Viacheslav Dubeyko <Slava.Dubeyko@xxxxxxx> > > > > CephFS kernel client depends on declaractions in > > include/linux/ceph/. So, this folder with Ceph > > declarations should be mentioned for CephFS kernel > > client. Also, this patch adds information about > > Hi Slava, > > This argument can be extended to everything that falls under CEPH > COMMON CODE (LIBCEPH) entry and then be applied to RBD as well. > Instead of duplicating include/linux/ceph/ path, I'd suggest replacing > Xiubo with yourself and/or Alex under LIBCEPH and CEPH entries so that > you get CCed on all patches. That would appropriately reflect the > status quo IMO. > > > Ceph bug tracking system. > > > > Signed-off-by: Viacheslav Dubeyko <Slava.Dubeyko@xxxxxxx> > > cc: Alex Markuze <amarkuze@xxxxxxxxxx> > > cc: Ilya Dryomov <idryomov@xxxxxxxxx> > > cc: Ceph Development <ceph-devel@xxxxxxxxxxxxxxx> > > --- > > MAINTAINERS | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 6dcfbd11efef..70fc6435f784 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -5625,6 +5625,7 @@ M: Xiubo Li <xiubli@xxxxxxxxxx> > > L: ceph-devel@xxxxxxxxxxxxxxx > > S: Supported > > W: http://ceph.com/ > > +B: https://tracker.ceph.com/ > > Let's add this for RADOS BLOCK DEVICE (RBD) entry too. > > Makes sense. Let me rework the patch. Thanks, Slava.