s3: smbd: RIP smb_filename->original_lcomp.
authorJeremy Allison <jra@samba.org>
Thu, 26 Mar 2020 23:30:48 +0000 (16:30 -0700)
committerRalph Boehme <slow@samba.org>
Mon, 30 Mar 2020 16:23:45 +0000 (16:23 +0000)
Removed from struct smb_filename. You will not be missed :-).
Note that VFS ABI modified.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon Mar 30 16:23:45 UTC 2020 on sn-devel-184

source3/include/vfs.h

index bda6cde3fdc6199f7cdd3355967ab529a2f55545..eae9f97179ff3a8727f97133c0db5713b03ba6f9 100644 (file)
 /* Change to Version 43 - will ship with 4.13. */
 /* Version 43 - Remove deferred_close from struct files_struct */
 /* Version 43 - Remove SMB_VFS_OPENDIR() */
+/* Version 43 - Remove original_lcomp from struct smb_filename */
 
 #define SMB_VFS_INTERFACE_VERSION 43
 
@@ -639,7 +640,6 @@ struct smb_file_time {
 struct smb_filename {
        char *base_name;
        char *stream_name;
-       char *original_lcomp;
        uint32_t flags;
        SMB_STRUCT_STAT st;
 };