[GIT PULL] SMB3 Fixes

From: Steve French
Date: Thu Apr 25 2019 - 20:23:59 EST


Please pull the following changes since commit
ba25b50d582ff6c6021eee80824134aeb9ab8785:

Merge tag 'drm-fixes-2019-04-24' of
git://anongit.freedesktop.org/drm/drm (2019-04-23 21:08:52 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.1-rc6-smb3-fixes

for you to fetch changes up to 13f5938d8264b5501368523c4513ff26608a33e8:

cifs: fix page reference leak with readv/writev (2019-04-24 12:33:59 -0500)

----------------------------------------------------------------
three small SMB3 fixes (all for stable as well): 2 leaks and a rename bug

----------------------------------------------------------------
Frank Sorenson (1):
cifs: do not attempt cifs operation on smb2+ rename error

JÃrÃme Glisse (1):
cifs: fix page reference leak with readv/writev

Ronnie Sahlberg (1):
cifs: fix memory leak in SMB2_read

fs/cifs/file.c | 15 +--------------
fs/cifs/inode.c | 4 ++++
fs/cifs/misc.c | 23 ++++++++++++++++++++++-
fs/cifs/smb2pdu.c | 1 +
4 files changed, 28 insertions(+), 15 deletions(-)


--
Thanks,

Steve