Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] Simplify SMB2_open_init
@ 2023-03-30 12:04 Volker Lendecke
  2023-03-30 12:04 ` [PATCH 1/3] cifs: Simplify SMB2_open_init() Volker Lendecke
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Volker Lendecke @ 2023-03-30 12:04 UTC (permalink / raw)
  To: linux-cifs; +Cc: Volker Lendecke

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-04-23  6:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-30 12:04 [PATCH 0/3] Simplify SMB2_open_init Volker Lendecke
2023-03-30 12:04 ` [PATCH 1/3] cifs: Simplify SMB2_open_init() Volker Lendecke
2023-03-30 12:04 ` [PATCH 2/3] " Volker Lendecke
2023-03-30 12:04 ` [PATCH 3/3] " Volker Lendecke
2023-03-30 22:20 ` [PATCH 0/3] Simplify SMB2_open_init Enzo Matsumiya
2023-03-30 22:25   ` Steve French
2023-04-23  6:10 ` Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox