Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
commit5f66d2b58ca879e70740c82422354144845d6dd3
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Aug 2011 16:14:25 +0000 (1 06:14 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Aug 2011 16:14:25 +0000 (1 06:14 -1000)
tree2076ce3fcc588c7123df674191737004c81a025a
parent4a2d732f5d1a2adf38a5baaa2f27094024be65e9
parent762dfd10573606c4afccd29267fcc79ec9f9599b
Merge git://git./linux/kernel/git/sfrench/cifs-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
  CIFS: Cleanup demupltiplex thread exiting code
  CIFS: Move mid search to a separate function
  CIFS: Move RFC1002 check to a separate function
  CIFS: Simplify socket reading in demultiplex thread
  CIFS: Move buffer allocation to a separate function
  cifs: remove unneeded variable initialization in cifs_reconnect_tcon
  cifs: simplify refcounting for oplock breaks
  cifs: fix compiler warning in CIFSSMBQAllEAs
  cifs: fix name parsing in CIFSSMBQAllEAs
  cifs: don't start signing too early
  cifs: trivial: goto out here is unnecessary
  cifs: advertise the right receive buffer size to the server