提交 267adc3e 编写于 作者: J 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: NJens Axboe <jens.axboe@oracle.com>
上级 d366d398
...@@ -1057,8 +1057,6 @@ long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, ...@@ -1057,8 +1057,6 @@ long do_splice_direct(struct file *in, loff_t *ppos, struct file *out,
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册