From: Pavel Shilovsky Date: Wed, 23 May 2012 12:14:34 +0000 (+0400) Subject: CIFS: Extend credit mechanism to process request type X-Git-Tag: v3.6-rc1~85^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a891f0f895f4a760fdb99636fab05e60597b8224;p=pandora-kernel.git CIFS: Extend credit mechanism to process request type Split all requests to echos, oplocks and others - each group uses its own credit slot. This is indicated by new flags CIFS_ECHO_OP and CIFS_OBREAK_OP that are not used now for CIFS. This change is required to support SMB2 protocol because of different processing of these commands. Acked-by: Jeff Layton Signed-off-by: Pavel Shilovsky Signed-off-by: Steve French --- Reading git-diff-tree failed