netfs: Split netfs_io_* object handling out
authorDavid Howells <dhowells@redhat.com>
Thu, 17 Feb 2022 13:30:38 +0000 (13:30 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 18 Mar 2022 09:24:00 +0000 (09:24 +0000)
commit3a4a38e66d2443ab3c27a689c62a6937b854010e
tree8593f3f30de17a1d2ac4f89fd33c0f7e732506a2
parentf18a378580a761c8559b7d90afaa157269559c05
netfs: Split netfs_io_* object handling out

Split netfs_io_* object handling out into a file that's going to contain
object allocation, get and put routines.

Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
cc: linux-cachefs@redhat.com

Link: https://lore.kernel.org/r/164622995118.3564931.6089530629052064470.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164678197044.1200972.11511937252083343775.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164692894693.2099075.7831091294248735173.stgit@warthog.procyon.org.uk/
fs/netfs/Makefile
fs/netfs/internal.h
fs/netfs/objects.c [new file with mode: 0644]
fs/netfs/read_helper.c