Message ID | CAH2r5mvBtbHYteEGH9LvwYJkh1mbzuXK6kbP6E+gEarf+mK_CA@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/cifs/link.c b/fs/cifs/link.c index b83c3f5..5c9c7ad 100644 --- a/fs/cifs/link.c +++ b/fs/cifs/link.c @@ -189,10 +189,11 @@ CIFSCreateMFSymLink(const unsigned int xid, struct cifs_tcon *tcon, int oplock = 0; int remap; int create_options = CREATE_NOT_DIR; - __u16 netfid = 0; u8 *buf; unsigned int bytes_written = 0; + struct cifs_fid cfile; struct cifs_io_parms io_parms; + struct cifs_open_parms oparms; struct nls_table *nls_codepage;