This is the regular patchset that makes the existing cifs code work through
ops struct of the server.

Pavel Shilovsky (6):
  CIFS: Move get_next_mid to ops struct
  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  |   40 ++++++-
 fs/cifs/cifsproto.h |   12 +--
 fs/cifs/cifssmb.c   |   22 ++--
 fs/cifs/connect.c   |  226 ++++++---------------------------------
 fs/cifs/misc.c      |   89 +---------------
 fs/cifs/sess.c      |    5 +-
 fs/cifs/smb1ops.c   |  298 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 fs/cifs/transport.c |   36 ++++---
 8 files changed, 400 insertions(+), 328 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to