cifs: multichannel: always zero struct cifs_io_parms
[linux-2.6-microblaze.git] / fs / cifs / inode.c
index b94c639..5416ff3 100644 (file)
@@ -447,7 +447,7 @@ cifs_sfu_type(struct cifs_fattr *fattr, const char *path,
        struct cifs_tcon *tcon;
        struct cifs_fid fid;
        struct cifs_open_parms oparms;
-       struct cifs_io_parms io_parms;
+       struct cifs_io_parms io_parms = {0};
        char buf[24];
        unsigned int bytes_read;
        char *pbuf;