cifs: remove unused variable from SMB2_read

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
Ronnie Sahlberg 2017-11-21 09:57:45 +11:00 коммит произвёл Steve French
Родитель 21ad9487ca
Коммит 5dfe69a407
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2670,8 +2670,6 @@ SMB2_read(const unsigned int xid, struct cifs_io_parms *io_parms,
struct kvec iov[1]; struct kvec iov[1];
struct kvec rsp_iov; struct kvec rsp_iov;
unsigned int total_len; unsigned int total_len;
struct smb_rqst rqst = { .rq_iov = iov,
.rq_nvec = 2 };
int flags = CIFS_LOG_ERROR; int flags = CIFS_LOG_ERROR;
struct cifs_ses *ses = io_parms->tcon->ses; struct cifs_ses *ses = io_parms->tcon->ses;