]> git.baikalelectronics.ru Git - kernel.git/commit
netfs: Split fs/netfs/read_helper.c
authorDavid Howells <dhowells@redhat.com>
Tue, 1 Mar 2022 14:35:58 +0000 (14:35 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 18 Mar 2022 09:29:05 +0000 (09:29 +0000)
commit4e0b4827cc62fb7d1159bc64addcea701df51a07
tree1d84eab80b22b9488594b612029ad53f79fddcdf
parent3336ea000fa52e369ee6fe10337ee2769cf1f9fd
netfs: Split fs/netfs/read_helper.c

Split fs/netfs/read_helper.c into two pieces, one to deal with buffered
writes and one to deal with the I/O mechanism.

Changes
=======
ver #2)
 - Add kdoc reference to new file.

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/164623005586.3564931.6149556072728481767.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164678217075.1200972.5101072043126828757.stgit@warthog.procyon.org.uk/
Link: https://lore.kernel.org/r/164692919953.2099075.7156989585513833046.stgit@warthog.procyon.org.uk/
fs/netfs/Makefile
fs/netfs/buffered_read.c [new file with mode: 0644]
fs/netfs/io.c