OSDN Git Service

netfs: Make ops->init_rreq() optional
authorJeffle Xu <jefflexu@linux.alibaba.com>
Tue, 28 Dec 2021 12:44:19 +0000 (20:44 +0800)
committerDavid Howells <dhowells@redhat.com>
Fri, 21 Jan 2022 21:36:28 +0000 (21:36 +0000)
commitcef0223191452b3c493a1070baad9ffe806babac
tree9b9564268738c32273f3654c1a2364cc04dc21e5
parentc522e3ad296b7b692ed3960dfde467f2a34b434f
netfs: Make ops->init_rreq() optional

Make the ops->init_rreq() callback optional.  This isn't required for the
erofs changes I'm implementing to do on-demand read through fscache[1].
Further, ceph has an empty init_rreq method that can then be removed and
it's marked optional in the documentation.

Signed-off-by: Jeffle Xu <jefflexu@linux.alibaba.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
cc: linux-cachefs@redhat.com
Link: https://lore.kernel.org/r/20211227125444.21187-1-jefflexu@linux.alibaba.com/
Link: https://lore.kernel.org/r/20211228124419.103020-1-jefflexu@linux.alibaba.com
Link: https://lore.kernel.org/r/164251410387.3435901.2504600788262093313.stgit@warthog.procyon.org.uk/
fs/ceph/addr.c
fs/netfs/read_helper.c