mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
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: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
d366d39885
commit
267adc3e66
1 changed files with 0 additions and 2 deletions
|
@ -1057,8 +1057,6 @@ out_release:
|
|||
return ret;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(do_splice_direct);
|
||||
|
||||
/*
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue