Commit 267adc3e authored by Jens Axboe's avatar Jens Axboe

splice: remove do_splice_direct() symbol export

It's only supposed to be used by do_sendfile(), which is never
modular. So kill the export.
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent d366d398
...@@ -1057,8 +1057,6 @@ out_release: ...@@ -1057,8 +1057,6 @@ out_release:
return ret; return ret;
} }
EXPORT_SYMBOL(do_splice_direct);
/* /*
* After the inode slimming patch, i_pipe/i_bdev/i_cdev share the same * After the inode slimming patch, i_pipe/i_bdev/i_cdev share the same
* location, so checking ->i_pipe is not enough to verify that this is a * location, so checking ->i_pipe is not enough to verify that this is a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment