This is the rest of the patchset that makes the cifs transport code work through ops struct of the server. This version has improved credit patch (#2). Pavel Shilovsky (5): CIFS: Move trans2 processing to ops struct CIFS: Extend credit mechanism to process request type CIFS: Move protocol specific negotiate code to ops struct CIFS: Move protocol specific session setup/logoff code to ops struct CIFS: Move protocol specific tcon/tdis code to ops struct fs/cifs/cifsglob.h | 38 ++++++- fs/cifs/cifsproto.h | 20 ++-- fs/cifs/cifssmb.c | 25 +++--- fs/cifs/connect.c | 269 ++++++++++++--------------------------------------- fs/cifs/sess.c | 4 +- fs/cifs/smb1ops.c | 209 +++++++++++++++++++++++++++++++++++++++- fs/cifs/transport.c | 54 ++++++----- 7 files changed, 356 insertions(+), 263 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html