[CIFS] Fix build warning
authorSteve French <smfrench@gmail.com>
Thu, 27 Jun 2013 06:06:50 +0000 (01:06 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 27 Jun 2013 06:06:50 +0000 (01:06 -0500)
commite65a5cb41718e0eb17a470bc3acf2c3b2f00f1d0
treecc64e02a4c7e852592da9a56dcc10472fc48d6ae
parent429b46f4fdaf9c9007b7c0fc371b94e40c3764b2
[CIFS] Fix build warning

Fix build warning in Shirish's recent SMB3 signing patch
which occurs when SMB2 support is disabled in Kconfig.

fs/built-in.o: In function `cifs_setup_session':
>> (.text+0xa1767): undefined reference to `generate_smb3signingkey'

Pointed out by: automated 0-DAY kernel build testing backend
Intel Open Source Technology Center

CC: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/smb2ops.c
fs/cifs/smb2transport.c