commit | ea1f4502fc939b64807f9ab0eca259321047fe83 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 19 15:29:05 2011 -0400 |
committer | Jeff Layton <jlayton@redhat.com> | Wed Oct 19 15:29:05 2011 -0400 |
tree | d572678f31748fa8e4012747008cad6e892b3f9f | |
parent | 89482a56a079f01c2f4c709f8e23fbf7eeda1b43 [diff] |
cifs: move mid finding into separate routine Begin breaking up find_cifs_mid into smaller pieces. The parts that coalesce T2 responses don't really need to be done under the GlobalMid_lock anyway. Create a new function that just finds the mid on the list, and then later takes it off the list if the entire response has been received. Reviewed-and-Tested-by: Pavel Shilovsky <piastry@etersoft.ru> Signed-off-by: Jeff Layton <jlayton@redhat.com>