aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/Makefile
diff options
context:
space:
mode:
authorGravatar Ronnie Sahlberg <lsahlber@redhat.com> 2020-10-21 10:22:33 +1000
committerGravatar Steve French <stfrench@microsoft.com> 2020-10-22 12:16:24 -0500
commita6a9cffad0a28a4a7a3a91b6ee13dd1baae4dfcb (patch)
tree1dd0d767b31dcc70c58944235c2b46937bae4c74 /fs/cifs/Makefile
parentsmb3: do not try to cache root directory if dir leases not supported (diff)
downloadlinux-a6a9cffad0a28a4a7a3a91b6ee13dd1baae4dfcb.tar.gz
linux-a6a9cffad0a28a4a7a3a91b6ee13dd1baae4dfcb.tar.bz2
linux-a6a9cffad0a28a4a7a3a91b6ee13dd1baae4dfcb.zip
cifs: add files to host new mount api
This will make it easier in the future, but also will allow us to shrink connect.c which is getting too big, and harder to read Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Diffstat (limited to 'fs/cifs/Makefile')
-rw-r--r--fs/cifs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile
index 51bae9340842..cd17d0e50f2a 100644
--- a/fs/cifs/Makefile
+++ b/fs/cifs/Makefile
@@ -10,7 +10,7 @@ cifs-y := trace.o cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o \
cifs_unicode.o nterr.o cifsencrypt.o \
readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
smb2ops.o smb2maperror.o smb2transport.o \
- smb2misc.o smb2pdu.o smb2inode.o smb2file.o cifsacl.o
+ smb2misc.o smb2pdu.o smb2inode.o smb2file.o cifsacl.o fs_context.o
cifs-$(CONFIG_CIFS_XATTR) += xattr.o