mbox series

[0/7] cifs: minor code improvements

Message ID 20221028121129.3375402-1-zhangxiaoxu5@huawei.com
Headers show
Series cifs: minor code improvements | expand

Message

zhangxiaoxu (A) Oct. 28, 2022, 12:11 p.m. UTC
Zhang Xiaoxu (7):
  cifs: Use helper macro SMB2_CREATE_* instead of assignment one by one
  cifs: Use helper macro NTLMSSP_SIGNATURE in decode_ntlmssp_challenge()
  cifs: Remove the redundant null pointer check in SMB2_sess_setup()
  cifs: Remove the redundant null pointer check in SMB2_negotiate()
  cifs: remove the unused xid parameter from smb_mnt_get_fsinfo
  cifs: Fix wrong return value checking when GETFLAGS
  cifs: Reset rc before free_xid()

 fs/cifs/dir.c      |  2 +
 fs/cifs/file.c     | 46 +++++++++++----------
 fs/cifs/ioctl.c    |  9 ++---
 fs/cifs/sess.c     |  7 +---
 fs/cifs/smb2file.c |  9 +++--
 fs/cifs/smb2ops.c  | 12 +-----
 fs/cifs/smb2pdu.c  | 99 +++++++---------------------------------------
 7 files changed, 53 insertions(+), 131 deletions(-)