diff options
author | Namjae Jeon <[email protected]> | 2021-03-16 10:53:11 +0900 |
---|---|---|
committer | Steve French <[email protected]> | 2021-05-10 19:15:17 -0500 |
commit | 3a3fd9d4939f8e1ee9b082e7f0066f41d434aa16 (patch) | |
tree | 4d9d0044180fda721691851c75c747e65758f553 | |
parent | a848c4f15ab6d5d405dbee7de5da71839b2bf35e (diff) |
MAINTAINERS: add cifsd kernel server
Add myself, Steve French, Sergey Senozhatsky and Hyunchul Lee
as cifsd maintainer.
Signed-off-by: Namjae Jeon <[email protected]>
Signed-off-by: Sergey Senozhatsky <[email protected]>
Signed-off-by: Hyunchul Lee <[email protected]>
Acked-by: Ronnie Sahlberg <[email protected]>
Signed-off-by: Steve French <[email protected]>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bd7aff0c120f..f23bb5cbfd70 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4530,7 +4530,7 @@ F: include/linux/clk/ F: include/linux/of_clk.h X: drivers/clk/clkdev.c -COMMON INTERNET FILE SYSTEM (CIFS) +COMMON INTERNET FILE SYSTEM CLIENT (CIFS) M: Steve French <[email protected]> L: [email protected] (moderated for non-subscribers) @@ -4540,6 +4540,16 @@ T: git git://git.samba.org/sfrench/cifs-2.6.git F: Documentation/admin-guide/cifs/ F: fs/cifs/ +COMMON INTERNET FILE SYSTEM SERVER (CIFSD) +M: Namjae Jeon <[email protected]> +M: Sergey Senozhatsky <[email protected]> +M: Steve French <[email protected]> +M: Hyunchul Lee <[email protected]> +S: Maintained +F: fs/cifsd/ + COMPACTPCI HOTPLUG CORE M: Scott Murray <[email protected]> |