Re: [PATCH 0/2] smb/server: fix posix state check for directory rename
Namjae Jeon <[email protected]> Mon, 3 Aug 2026 17:48:01 +0900
| Newsgroups | org.kernel.vger.linux-cifs |
|---|---|
| Message-ID | <CAKYAXd-aWSnucKnhX=AkGu=4VJVNQuwy0xjXAFCb_SriAtOz8w@mail.gmail.com> |
On Mon, Aug 3, 2026 at 2:09=E2=80=AFAM ChenXiaoSong <[email protected]> wrote: > > From: ChenXiaoSong <[email protected]> > > ChenXiaoSong (2): > smb/server: pass source ksmbd_file to rename helpers > smb/server: fix posix state check for directory rename The argument-only change in 0002 patch has no standalone functional purpose, so there is no reason to keep it as a separate patch. Additionally, 0002 patch must be applied first, and applying only 0001 patch can result in a build failure. This is another source of error caused by unnecessarily splitting the change. Therefore, I squashed the two patches into a single patch and applied it to #ksmbd-for-next-next. Thanks!