summaryrefslogtreecommitdiffstats
path: root/fs/cifs/Makefile
diff options
context:
space:
mode:
authorPavel Shilovsky2011-12-29 14:06:33 +0100
committerPavel Shilovsky2012-07-24 19:55:08 +0200
commitbe4cb9e3d4ef7af1aaf66cebab1391ff91b48beb (patch)
treed6cd1bc8f7ff8053c5917043b24e69c07f46594b /fs/cifs/Makefile
parentCIFS: Move query inode info code to ops struct (diff)
downloadkernel-qcow2-linux-be4cb9e3d4ef7af1aaf66cebab1391ff91b48beb.tar.gz
kernel-qcow2-linux-be4cb9e3d4ef7af1aaf66cebab1391ff91b48beb.tar.xz
kernel-qcow2-linux-be4cb9e3d4ef7af1aaf66cebab1391ff91b48beb.zip
CIFS: Query SMB2 inode info
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru> Signed-off-by: Steve French <smfrench@gmail.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 daf6837d9e0e..feee94309271 100644
--- a/fs/cifs/Makefile
+++ b/fs/cifs/Makefile
@@ -17,4 +17,4 @@ cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o
cifs-$(CONFIG_CIFS_SMB2) += smb2ops.o smb2maperror.o smb2transport.o \
- smb2misc.o smb2pdu.o
+ smb2misc.o smb2pdu.o smb2inode.o