aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2022-08-21 10:21:16 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2022-08-21 10:21:16 -0700
commit367bcbc5b5ffc7164fb6ce1547e84dbf21795562 (patch)
tree3bc016f36d5d8ed6fbec3bab22c9e4b66821c5f4 /MAINTAINERS
parentasm goto: eradicate CC_HAS_ASM_GOTO (diff)
parentcifs: move from strlcpy with unused retval to strscpy (diff)
downloadlinux-367bcbc5b5ffc7164fb6ce1547e84dbf21795562.tar.gz
linux-367bcbc5b5ffc7164fb6ce1547e84dbf21795562.tar.bz2
linux-367bcbc5b5ffc7164fb6ce1547e84dbf21795562.zip
Merge tag '6.0-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs client fixes from Steve French: - memory leak fix - two small cleanups - trivial strlcpy removal - update missing entry for cifs headers in MAINTAINERS file * tag '6.0-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6: cifs: move from strlcpy with unused retval to strscpy cifs: Fix memory leak on the deferred close cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl() cifs: remove unused server parameter from calc_smb_size() cifs: missing directory in MAINTAINERS file
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f512b430c7cb..9d7f64dc0efe 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>