]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3ac1cea068eba94bbb479b32386563c44a5945e1
tree8593f3f30de17a1d2ac4f89fd33c0f7e732506a2
parentf7a0b825b4bfae6d149f774be0c03777e5ab4096
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