diff options
author | Steve French <smfrench@gmail.com> | 2018-01-25 16:28:25 +0100 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-01-27 00:03:00 +0100 |
commit | 6b314714ff6337465a730195952e1b1f10d97063 (patch) | |
tree | 40654b0f6e053fb55cce05a0a995842083f5a335 /fs/cifs/cifs_debug.c | |
parent | CIFS: zero sensitive data when freeing (diff) | |
download | linux-6b314714ff6337465a730195952e1b1f10d97063.tar.xz linux-6b314714ff6337465a730195952e1b1f10d97063.zip |
move a few externs to smbdirect.h to eliminate warning
Quiet minor sparse warnings in new SMB3 rdma patch series
("symbol was not declared ...") by moving these externs to smbdirect.h
Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Diffstat (limited to 'fs/cifs/cifs_debug.c')
-rw-r--r-- | fs/cifs/cifs_debug.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/cifs/cifs_debug.c b/fs/cifs/cifs_debug.c index f491340f32ad..c7a863219fa3 100644 --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c @@ -483,15 +483,6 @@ static const struct file_operations cifs_##name##_proc_fops = { \ .write = name##_write, \ } -extern int rdma_readwrite_threshold; -extern int smbd_max_frmr_depth; -extern int smbd_keep_alive_interval; -extern int smbd_max_receive_size; -extern int smbd_max_fragmented_recv_size; -extern int smbd_max_send_size; -extern int smbd_send_credit_target; -extern int smbd_receive_credit_max; - PROC_FILE_DEFINE(rdma_readwrite_threshold); PROC_FILE_DEFINE(smbd_max_frmr_depth); PROC_FILE_DEFINE(smbd_keep_alive_interval); |