MAINTAINERS: add include/linux/lockdep*.h

Message ID e722abd043e5de64d2acd28d581e4a952994a94e.1700989248.git.christophe.jaillet@wanadoo.fr
State New
Headers
Series MAINTAINERS: add include/linux/lockdep*.h |

Commit Message

Christophe JAILLET Nov. 26, 2023, 9 a.m. UTC
  Have lockdep_api.h and lockdep_types.h match as well.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Waiman Long Nov. 27, 2023, 1:44 a.m. UTC | #1
On 11/26/23 04:00, Christophe JAILLET wrote:
> Have lockdep_api.h and lockdep_types.h match as well.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f2b2cd60eb20..2a1480051583 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12492,7 +12492,7 @@ S:	Maintained
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
>   F:	Documentation/locking/
>   F:	arch/*/include/asm/spinlock*.h
> -F:	include/linux/lockdep.h
> +F:	include/linux/lockdep*.h
>   F:	include/linux/mutex*.h
>   F:	include/linux/rwlock*.h
>   F:	include/linux/rwsem*.h
Acked-by: Waiman Long <longman@redhat.com>
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f2b2cd60eb20..2a1480051583 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12492,7 +12492,7 @@  S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
 F:	Documentation/locking/
 F:	arch/*/include/asm/spinlock*.h
-F:	include/linux/lockdep.h
+F:	include/linux/lockdep*.h
 F:	include/linux/mutex*.h
 F:	include/linux/rwlock*.h
 F:	include/linux/rwsem*.h