Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH -next 0/2] add release callback to cifs_writedata
@ 2022-08-23 13:06 Zhang Xiaoxu
  2022-08-23 13:06 ` [PATCH -next 1/2] cifs: Add release function " Zhang Xiaoxu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zhang Xiaoxu @ 2022-08-23 13:06 UTC (permalink / raw)
  To: linux-cifs, zhangxiaoxu5, sfrench, pc, lsahlber, sprasad, rohiths,
	smfrench

The release function of struct cifs_writedata is determined when its
allocated, so add it to the struct and remove the extra parameter about
async_writev

Zhang Xiaoxu (2):
  cifs: Add release function to cifs_writedata
  cifs: remove the release parameter form async_writev

 fs/cifs/cifsglob.h  |  4 ++--
 fs/cifs/cifsproto.h |  9 +++----
 fs/cifs/cifssmb.c   |  5 ++--
 fs/cifs/file.c      | 58 +++++++++++++++++++++++----------------------
 fs/cifs/smb2pdu.c   |  5 ++--
 fs/cifs/smb2proto.h |  3 +--
 6 files changed, 42 insertions(+), 42 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-08-23 19:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23 13:06 [PATCH -next 0/2] add release callback to cifs_writedata Zhang Xiaoxu
2022-08-23 13:06 ` [PATCH -next 1/2] cifs: Add release function " Zhang Xiaoxu
2022-08-23 13:06 ` [PATCH -next 2/2] cifs: remove the release parameter form async_writev Zhang Xiaoxu
2022-08-23 17:57 ` [PATCH -next 0/2] add release callback to cifs_writedata Paulo Alcantara

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