diff options
author | Namjae Jeon <linkinjeon@kernel.org> | 2021-09-28 15:04:04 +0900 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-09-28 01:07:56 -0500 |
commit | b8cf5584ec5b8c67359328b8b03b46657620f304 (patch) | |
tree | 0f34ffd2677b4ed9698dcac6d6e0659c5b5f4cad /MAINTAINERS | |
parent | d72a9c158893d537d769a669a5837bc80b0f851c (diff) | |
download | linux-b8cf5584ec5b8c67359328b8b03b46657620f304.tar.gz linux-b8cf5584ec5b8c67359328b8b03b46657620f304.tar.bz2 linux-b8cf5584ec5b8c67359328b8b03b46657620f304.zip |
MAINTAINERS: rename cifs_common to smbfs_common in cifs and ksmbd entry
commit 23e91d8b7c5a("cifs: rename cifs_common to smbfs_common") cause
the following warning from get_maintainer.pl.
./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: fs/cifs_common/
This patch rename cifs_common to smbfs_common in cifs and ksmbd entry.
Reported-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5b33791bb8e9..8a8c0e6eb458 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4655,7 +4655,7 @@ W: http://linux-cifs.samba.org/ T: git git://git.samba.org/sfrench/cifs-2.6.git F: Documentation/admin-guide/cifs/ F: fs/cifs/ -F: fs/cifs_common/ +F: fs/smbfs_common/ COMPACTPCI HOTPLUG CORE M: Scott Murray <scott@spiteful.org> @@ -10193,8 +10193,8 @@ M: Hyunchul Lee <hyc.lee@gmail.com> L: linux-cifs@vger.kernel.org S: Maintained T: git git://git.samba.org/ksmbd.git -F: fs/cifs_common/ F: fs/ksmbd/ +F: fs/smbfs_common/ KERNEL UNIT TESTING FRAMEWORK (KUnit) M: Brendan Higgins <brendanhiggins@google.com> |