Please pull the following changes since commit 1d2ba7fee28b3a47cca8e8f4f94a22d30b2b3a6f: Merge tag 'fbdev-v4.19-rc7' of https://github.com/bzolnier/linux (2018-10-02 05:19:43 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/4.19-rc6-smb3-fixes for you to fetch changes up to 7af929d6d05ba5564139718e30d5bc96bdbc716a: smb3: fix lease break problem introduced by compounding (2018-10-02 18:54:09 -0500) ---------------------------------------------------------------- four small SMB3 fixes: one for stable, the others to address a more recent regression ---------------------------------------------------------------- Aurelien Aptel (1): smb2: fix missing files in root share directory listing Ronnie Sahlberg (2): cifs: add a warning if we try to to dequeue a deleted mid cifs: only wake the thread for the very last PDU in a compound Steve French (1): smb3: fix lease break problem introduced by compounding fs/cifs/cifsglob.h | 1 + fs/cifs/connect.c | 13 ++++++++++--- fs/cifs/smb2ops.c | 2 +- fs/cifs/transport.c | 21 +++++++++++++++++++-- 4 files changed, 31 insertions(+), 6 deletions(-) -- Thanks, Steve