diff options
author | David Howells <dhowells@redhat.com> | 2021-11-29 15:26:43 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-29 10:10:26 -0800 |
commit | ddca5b0eba4ef69338cbc210d3fb3332499128f9 (patch) | |
tree | 9fc426e92c3430daa38ac5c957b53f1adf7731b2 /fs/netfs | |
parent | d58071a8a76d779eedab38033ae4c821c30295a5 (diff) |
netfs: Adjust docs after foliation
Adjust the netfslib docs in light of the foliation changes.
Also un-kdoc-mark netfs_skip_folio_read() since it's internal and isn't
part of the API.
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
cc: Matthew Wilcox <willy@infradead.org>
cc: linux-cachefs@redhat.com
cc: linux-mm@kvack.org
Link: https://lore.kernel.org/r/163706992597.3179783.18360472879717076435.stgit@warthog.procyon.org.uk/
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/netfs')
-rw-r--r-- | fs/netfs/read_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/netfs/read_helper.c b/fs/netfs/read_helper.c index 9320a42dfaf9..7046f9bdd8dc 100644 --- a/fs/netfs/read_helper.c +++ b/fs/netfs/read_helper.c @@ -1008,8 +1008,8 @@ out: } EXPORT_SYMBOL(netfs_readpage); -/** - * netfs_skip_folio_read - prep a folio for writing without reading first +/* + * Prepare a folio for writing without reading first * @folio: The folio being prepared * @pos: starting position for the write * @len: length of write |