]> git.baikalelectronics.ru Git - kernel.git/commit
headers/deps: mm: align MANITAINERS and Docs with new gfp.h structure
authorYury Norov <yury.norov@gmail.com>
Wed, 6 Jul 2022 15:52:24 +0000 (08:52 -0700)
committerYury Norov <yury.norov@gmail.com>
Fri, 15 Jul 2022 13:35:54 +0000 (06:35 -0700)
commitf72e4c9d64c67edae23fb6f58f1bcb7465749096
tree8a946beeea07bf7f75da3816c6d9a634da9715ea
parentb6ccadf62c3abc850249847931b8df21bb24f139
headers/deps: mm: align MANITAINERS and Docs with new gfp.h structure

After moving gfp types out of gfp.h, we have to align MAINTAINERS
and Docs, to avoid warnings like this:

>> include/linux/gfp.h:1: warning: 'Page mobility and placement hints' not found
>> include/linux/gfp.h:1: warning: 'Watermark modifiers' not found
>> include/linux/gfp.h:1: warning: 'Reclaim modifiers' not found
>> include/linux/gfp.h:1: warning: 'Useful GFP flag combinations' not found

Signed-off-by: Yury Norov <yury.norov@gmail.com>
Documentation/core-api/mm-api.rst
MAINTAINERS