Message ID | cover.1680177540.git.vl@samba.org (mailing list archive) |
---|---|
Headers | show |
Series | Simplify SMB2_open_init | expand |
Hi Volker, On 03/30, Volker Lendecke wrote: >Stitching together can be done in one place, there's no need to do >this in every add_*_context function. > >This supersedes the patchet in > >https://www.spinics.net/lists/linux-cifs/msg28087.html. > >Volker Lendecke (3): > cifs: Simplify SMB2_open_init() > cifs: Simplify SMB2_open_init() > cifs: Simplify SMB2_open_init() > > fs/cifs/smb2pdu.c | 106 +++++++++++----------------------------------- > 1 file changed, 25 insertions(+), 81 deletions(-) Would you mind using more descriptive titles please? To make referencing/backporting easier. Also IMHO patches 1/3 and 3/3 could be merged into a single patch. Aside from that, Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de> Cheers, Enzo
My main worry is that these are done in the way that makes it easier for Ronnie/Enzo/Paulo etc. to backport - since we have plenty of bugs/features to work on that they will be wanting to backport over the next few releases - and don't want to make their life too much harder - but these changes look reasonably small On Thu, Mar 30, 2023 at 5:21 PM Enzo Matsumiya <ematsumiya@suse.de> wrote: > > Hi Volker, > > On 03/30, Volker Lendecke wrote: > >Stitching together can be done in one place, there's no need to do > >this in every add_*_context function. > > > >This supersedes the patchet in > > > >https://www.spinics.net/lists/linux-cifs/msg28087.html. > > > >Volker Lendecke (3): > > cifs: Simplify SMB2_open_init() > > cifs: Simplify SMB2_open_init() > > cifs: Simplify SMB2_open_init() > > > > fs/cifs/smb2pdu.c | 106 +++++++++++----------------------------------- > > 1 file changed, 25 insertions(+), 81 deletions(-) > > Would you mind using more descriptive titles please? To make > referencing/backporting easier. > > Also IMHO patches 1/3 and 3/3 could be merged into a single patch. > > Aside from that, Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de> > > > Cheers, > > Enzo
Let me know if any updated patches (with merge window approaching soon) On Thu, Mar 30, 2023 at 7:16 AM Volker Lendecke <vl@samba.org> wrote: > > Stitching together can be done in one place, there's no need to do > this in every add_*_context function. > > This supersedes the patchet in > > https://www.spinics.net/lists/linux-cifs/msg28087.html. > > Volker Lendecke (3): > cifs: Simplify SMB2_open_init() > cifs: Simplify SMB2_open_init() > cifs: Simplify SMB2_open_init() > > fs/cifs/smb2pdu.c | 106 +++++++++++----------------------------------- > 1 file changed, 25 insertions(+), 81 deletions(-) > > -- > 2.30.2 >