CIFS: Add SMB2 credits support
authorPavel Shilovsky <pshilovsky@samba.org>
Wed, 23 May 2012 12:18:00 +0000 (16:18 +0400)
committerSteve French <smfrench@gmail.com>
Tue, 24 Jul 2012 15:25:23 +0000 (10:25 -0500)
For SMB2 protocol we can add more than one credit for one received
request: it depends on CreditRequest field in SMB2 response header.
Also we divide all requests by type: echoes, oplocks and others.
Each type uses its own slot pull.

Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>

No differences found