diff options
author | Steve French <stfrench@microsoft.com> | 2022-08-13 17:22:11 -0500 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-08-15 01:05:52 -0500 |
commit | 5dd8ce24667a70bb9f7808f5eec0354bd37290c6 (patch) | |
tree | 54072977ee4920a7fad06bea20674e0d343c83ec /MAINTAINERS | |
parent | 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff) | |
download | linux-stable-5dd8ce24667a70bb9f7808f5eec0354bd37290c6.tar.gz linux-stable-5dd8ce24667a70bb9f7808f5eec0354bd37290c6.tar.bz2 linux-stable-5dd8ce24667a70bb9f7808f5eec0354bd37290c6.zip |
cifs: missing directory in MAINTAINERS file
The include/uapi/linux/cifs directory (not just fs/cifs and
fs/smbfs_common) should be included in cifs entry in the
MAINTAINERS file.
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8a5012ba6ff9..c35bf10c520c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5145,6 +5145,7 @@ T: git git://git.samba.org/sfrench/cifs-2.6.git F: Documentation/admin-guide/cifs/ F: fs/cifs/ F: fs/smbfs_common/ +F: include/uapi/linux/cifs COMPACTPCI HOTPLUG CORE M: Scott Murray <scott@spiteful.org> |