[PATCH 6.18.y 1/3] cifs: SMB1 split: Rename cifstransport.c
Sasha Levin <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
From: David Howells <[email protected]> [ Upstream commit b09eab52b307df58a36f34d047378053a2e13e13 ] Rename cifstransport.c to smb1transport.c in order to give consistent names SMB1-specific files. Signed-off-by: David Howells <[email protected]> cc: Steve French <[email protected]> cc: Paulo Alcantara <[email protected]> cc: Enzo Matsumiya <[email protected]> cc: [email protected] cc: [email protected] cc: [email protected] Acked-by: Enzo Matsumiya <[email protected]> Signed-off-by: Steve French <[email protected]> Stable-dep-of: c6394bcaf254 ("ksmbd: use opener credentials for FSCTL mutations") Signed-off-by: Sasha Levin <[email protected]> --- fs/smb/client/Makefile | 5 ++++- fs/smb/client/{cifstransport.c => smb1transport.c} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename fs/smb/client/{cifstransport.c => smb1transport.c} (100%) diff --git a/fs/smb/client/Makefile b/fs/smb/client/Makefile index 4c97b31a25c280..9754b4776df845 100644 --- a/fs/smb/client/Makefile +++ b/fs/smb/client/Makefile @@ -32,6 +32,9 @@ cifs-$(CONFIG_CIFS_SMB_DIRECT) += smbdirect.o cifs-$(CONFIG_CIFS_ROOT) += cifsroot.o -cifs-$(CONFIG_CIFS_ALLOW_INSECURE_LEGACY) += smb1ops.o cifssmb.o cifstransport.o +cifs-$(CONFIG_CIFS_ALLOW_INSECURE_LEGACY) += \ + cifssmb.o \ + smb1ops.o \ + smb1transport.o cifs-$(CONFIG_CIFS_COMPRESSION) += compress.o compress/lz77.o diff --git a/fs/smb/client/cifstransport.c b/fs/smb/client/smb1transport.c similarity index 100% rename from fs/smb/client/cifstransport.c rename to fs/smb/client/smb1transport.c -- 2.53.0