[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221021084912.61468-1-jefflexu@linux.alibaba.com>
Date: Fri, 21 Oct 2022 16:49:10 +0800
From: Jingbo Xu <jefflexu@...ux.alibaba.com>
To: dhowells@...hat.com, xiang@...nel.org, chao@...nel.org,
linux-erofs@...ts.ozlabs.org
Cc: jlayton@...nel.org, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org
Subject: [PATCH 0/2] netfs,erofs: reuse netfs_put_subrequest() and
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
Powered by blists - more mailing lists