diff options
author | David Howells <dhowells@redhat.com> | 2023-02-15 11:00:31 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-02-21 02:25:43 +0300 |
commit | 7c8e01ebf2361eb397f32cd1c8ee402dda48dce0 (patch) | |
tree | 37c0182113d9a7a805d4cdc3ab347e453d7acca7 /fs/splice.c | |
parent | 7d58fe731028128f3a7e20b9c492be48aae133ee (diff) | |
download | linux-7c8e01ebf2361eb397f32cd1c8ee402dda48dce0.tar.xz |
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>
Diffstat (limited to 'fs/splice.c')
-rw-r--r-- | fs/splice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/splice.c b/fs/splice.c index 4c6332854b63..928c7be2f318 100644 --- a/fs/splice.c +++ b/fs/splice.c @@ -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 |