Skip to content

Commit

Permalink
netfs: Split fs/netfs/read_helper.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
cc: [email protected]
Link: https://lore.kernel.org/r/164623005586.3564931.6149556072728481767.stgit@warthog.procyon.org.uk/ # v1
Link: https://lore.kernel.org/r/164678217075.1200972.5101072043126828757.stgit@warthog.procyon.org.uk/ # v2
  • Loading branch information
dhowells committed Mar 9, 2022
1 parent b5e167b commit 95c5b10
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 418 deletions.
1 change: 1 addition & 0 deletions fs/netfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0

netfs-y := \
buffered_read.o \
io.o \
objects.o

Expand Down
Loading

0 comments on commit 95c5b10

Please sign in to comment.