commit | 28ea5290d78a7fc87a4b4f7cedcaa662f5b8d977 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Wed May 23 16:18:00 2012 +0400 |
committer | Steve French <smfrench@gmail.com> | Tue Jul 24 10:25:23 2012 -0500 |
tree | 25f091cdd90fa160d0a10ce2798c7960bdfd051c | |
parent | 2dc7e1c03316940dec899fa3206a595de000e99b [diff] |
CIFS: Add SMB2 credits support 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>