OSDN Git Service

cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled
authorSteve French <smfrench@gmail.com>
Sun, 6 May 2018 20:58:51 +0000 (15:58 -0500)
committerSteve French <stfrench@microsoft.com>
Sun, 27 May 2018 22:56:35 +0000 (17:56 -0500)
commit71992e62b864e490d894184b3e5ae88f0635e524
treed3860e2acb89232805cfb11cb5f00b10992f2717
parent9ec672bd17131fe26c966960a573a76fdb1da323
cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled

Previous patches "cifs: update calc_size to take a server argument"
and
  "cifs: add server argument to the dump_detail method"
were broken if CONFIG_CIFS_DEBUG2 enabled

Signed-off-by: Steve French <smfrench@gmail.com>
CC: Ronnie Sahlberg <lsahlber@redhat.com>
fs/cifs/cifs_debug.c
fs/cifs/connect.c
fs/cifs/smb2ops.c