All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] netfs,erofs: reuse netfs_put_subrequest() and
@ 2022-10-21  8:49 ` Jingbo Xu
  0 siblings, 0 replies; 14+ messages in thread
From: Jingbo Xu @ 2022-10-21  8:49 UTC (permalink / raw)
  To: dhowells, xiang, chao, linux-erofs; +Cc: jlayton, linux-kernel, linux-fsdevel

The data routine of erofs in fscache mode also relies on
netfs_io_request and netfs_io_subrequest.  erofs itself maintains a
copy of some helpers on netfs_io_request and netfs_io_subrequest.

To clean up the code, export netfs_put_subrequest() and
netfs_rreq_completed().


Jingbo Xu (2):
  netfs: export helpers for request and subrequest
  erofs: use netfs helpers manipulating request and subrequest

 fs/erofs/fscache.c    | 47 +++++++++----------------------------------
 fs/netfs/io.c         |  3 ++-
 fs/netfs/objects.c    |  1 +
 include/linux/netfs.h |  2 ++
 4 files changed, 15 insertions(+), 38 deletions(-)

-- 
2.19.1.6.gb485710b


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

end of thread, other threads:[~2022-10-21 13:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21  8:49 [PATCH 0/2] netfs,erofs: reuse netfs_put_subrequest() and Jingbo Xu
2022-10-21  8:49 ` Jingbo Xu
2022-10-21  8:49 ` [PATCH 1/2] netfs: export helpers for request and subrequest Jingbo Xu
2022-10-21  8:49   ` Jingbo Xu
2022-10-21  9:04   ` Gao Xiang
2022-10-21  9:04     ` Gao Xiang
2022-10-21  8:49 ` [PATCH 2/2] erofs: use netfs helpers manipulating " Jingbo Xu
2022-10-21  8:49   ` Jingbo Xu
2022-10-21  9:09   ` Gao Xiang
2022-10-21  9:09     ` Gao Xiang
2022-10-21 12:38   ` Jeff Layton
2022-10-21 12:38     ` Jeff Layton
2022-10-21 13:55     ` Gao Xiang
2022-10-21 13:55       ` Gao Xiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.