mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
splice: Export filemap/direct_splice_read()
filemap_splice_read() and direct_splice_read() should be exported. Signed-off-by: David Howells <dhowells@redhat.com> cc: Steve French <sfrench@samba.org> cc: Jens Axboe <axboe@kernel.dk> cc: Christoph Hellwig <hch@lst.de> cc: Al Viro <viro@zeniv.linux.org.uk> cc: David Hildenbrand <david@redhat.com> cc: John Hubbard <jhubbard@nvidia.com> cc: linux-cifs@vger.kernel.org cc: linux-mm@kvack.org cc: linux-block@vger.kernel.org cc: linux-fsdevel@vger.kernel.org Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
7d58fe7310
commit
7c8e01ebf2
2 changed files with 2 additions and 0 deletions
|
@ -373,6 +373,7 @@ ssize_t direct_splice_read(struct file *in, loff_t *ppos,
|
|||
kfree(bv);
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL(direct_splice_read);
|
||||
|
||||
/**
|
||||
* generic_file_splice_read - splice data from file to a pipe
|
||||
|
|
|
@ -2971,6 +2971,7 @@ out:
|
|||
|
||||
return total_spliced ? total_spliced : error;
|
||||
}
|
||||
EXPORT_SYMBOL(filemap_splice_read);
|
||||
|
||||
static inline loff_t folio_seek_hole_data(struct xa_state *xas,
|
||||
struct address_space *mapping, struct folio *folio,
|
||||
|
|
Loading…
Add table
Reference in a new issue