merged into ksmbd-for-next On Sat, Aug 20, 2022 at 10:34 AM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > On Sat, Aug 20, 2022 at 02:44:29PM +0900, Namjae Jeon wrote: > > > OK... FWIW, I've another ksmbd patch hanging around and it might be > > > less PITA if I put it + those two patches into never-rebased branch > > > (for-ksmbd) for ksmbd folks to pull from. Fewer pointless conflicts > > > that way... > > Okay, Thanks for this. I'm trying to resend "ksmbd: fix racy issue > > from using ->d_parent and ->d_name" patch to you, but It conflict with > > these patches:) > > We will pull them from that branch if you create it. > > OK, pull request follows: > > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: > > Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-ksmbd > > for you to fetch changes up to f2ea6d96500dd8947467f774d70700c1ba3ed8ef: > > ksmbd: constify struct path (2022-08-20 10:54:48 -0400) > > ---------------------------------------------------------------- > assorted ksmbd cleanups > > Al Viro <viro@xxxxxxxxxxxxxxxxxx> > > ---------------------------------------------------------------- > Al Viro (3): > ksmbd: don't open-code file_path() > ksmbd: don't open-code %pD > ksmbd: constify struct path > > fs/ksmbd/misc.c | 2 +- > fs/ksmbd/misc.h | 2 +- > fs/ksmbd/smb2pdu.c | 33 ++++++++++++++++----------------- > fs/ksmbd/smbacl.c | 6 +++--- > fs/ksmbd/smbacl.h | 6 +++--- > fs/ksmbd/vfs.c | 18 ++++++++---------- > fs/ksmbd/vfs.h | 2 +- > 7 files changed, 33 insertions(+), 36 deletions(-) -- Thanks, Steve