Commit 24255b6f authored by Pavel Shilovsky's avatar Pavel Shilovsky

Update 3.18 sources from stable (v3.18.16)

parent 320d176a
...@@ -1837,6 +1837,7 @@ refind_writable: ...@@ -1837,6 +1837,7 @@ refind_writable:
cifsFileInfo_put(inv_file); cifsFileInfo_put(inv_file);
spin_lock(&cifs_file_list_lock); spin_lock(&cifs_file_list_lock);
++refind; ++refind;
inv_file = NULL;
goto refind_writable; goto refind_writable;
} }
} }
......
...@@ -686,7 +686,8 @@ smb2_clone_range(const unsigned int xid, ...@@ -686,7 +686,8 @@ smb2_clone_range(const unsigned int xid,
/* No need to change MaxChunks since already set to 1 */ /* No need to change MaxChunks since already set to 1 */
chunk_sizes_updated = true; chunk_sizes_updated = true;
} } else
goto cchunk_out;
} }
cchunk_out: cchunk_out:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment