From: Jeff Layton Date: Wed, 19 Oct 2011 19:29:05 +0000 (-0400) Subject: cifs: move mid finding into separate routine X-Git-Tag: v3.2-rc1~133^2~9^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1f4502fc939b64807f9ab0eca259321047fe83;p=pandora-kernel.git 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 Signed-off-by: Jeff Layton --- Reading git-diff-tree failed