Message ID | efbc7689d35a48ff402644d696aa9a8d8bb6333a.1692877089.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/2] rmap: remove anon_vma_link() nommu stub | expand |
On 24.08.23 13:38, Baruch Siach wrote: > Make it easier to figure out where to send patches for this file. > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d590ce31aa72..58397469adb9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13624,6 +13624,7 @@ F: include/linux/memory_hotplug.h > F: include/linux/mm.h > F: include/linux/mmzone.h > F: include/linux/pagewalk.h > +F: include/linux/rmap.h > F: include/trace/events/ksm.h > F: mm/ > F: tools/mm/ Reviewed-by: David Hildenbrand <david@redhat.com>
diff --git a/MAINTAINERS b/MAINTAINERS index d590ce31aa72..58397469adb9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13624,6 +13624,7 @@ F: include/linux/memory_hotplug.h F: include/linux/mm.h F: include/linux/mmzone.h F: include/linux/pagewalk.h +F: include/linux/rmap.h F: include/trace/events/ksm.h F: mm/ F: tools/mm/
Make it easier to figure out where to send patches for this file. Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)