Re: [GIT PULL] smb3 client fixes
Steve French <[email protected]> Thu, 23 Jul 2026 15:54:08 -0500
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAH2r5muPcE35EKy_+crKHJ_hJoFGf+XKfO=-5-zvstFawxZSMw@mail.gmail.com> |
Sorry about the cut-n-paste error (leaving out the diffstat) - attached below: MAINTAINERS | 4 ++-- fs/smb/client/cifsfs.c | 1 + fs/smb/client/cifsglob.h | 1 + fs/smb/client/file.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----- fs/smb/client/inode.c | 6 ++++++ fs/smb/client/misc.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- fs/smb/client/readdir.c | 9 ++++++-- fs/smb/client/smb2file.c | 21 +++++++++++++++++++ fs/smb/client/smb2inode.c | 23 +++++++++++++++++--- 9 files changed, 185 insertions(+), 21 deletions(-) On Thu, Jul 23, 2026 at 3:52 PM Linus Torvalds <[email protected]> wrote: > > On Thu, 23 Jul 2026 at 13:44, Steve French <[email protected]> wrote: > > > > git://git.samba.org/sfrench/cifs-2.6.git tags/v7.2-rc4-smb3-client-fixes > > This pull request was missing a diffstat. I've pulled it, but I really > want to see that draft of what I'm pulling before I do... > > Linus -- Thanks, Steve