From: Jens Axboe Date: Fri, 8 Jun 2007 06:33:41 +0000 (+0200) Subject: splice: remove do_splice_direct() symbol export X-Git-Tag: v2.6.22-rc5~56^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=267adc3e66c3d3c2edb89dac9eddc20ac94d646b;p=karo-tx-linux.git 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 --- diff --git a/fs/splice.c b/fs/splice.c index 228a48799d11..b78a7f057be1 100644 --- a/fs/splice.c +++ b/fs/splice.c @@ -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