libata-eh: decode all taskfile protocols
[cascardo/linux.git] / fs / cifs / cifsglob.h
index f2cc0b3..bba106c 100644 (file)
@@ -615,8 +615,6 @@ struct TCP_Server_Info {
        bool    sec_mskerberos;         /* supports legacy MS Kerberos */
        bool    large_buf;              /* is current buffer large? */
        struct delayed_work     echo; /* echo ping workqueue job */
-       struct kvec *iov;       /* reusable kvec array for receives */
-       unsigned int nr_iov;    /* number of kvecs in array */
        char    *smallbuf;      /* pointer to current "small" buffer */
        char    *bigbuf;        /* pointer to current "big" buffer */
        unsigned int total_read; /* total amount of data read in this pass */