diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2007-06-08 02:33:41 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-06-08 02:33:41 -0400 |
commit | 267adc3e66c3d3c2edb89dac9eddc20ac94d646b (patch) | |
tree | 3b46e9dd25141abc639e43381102a654020077a5 | |
parent | d366d39885b4a56eb90c7670deb46d82501579ad (diff) |
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>
-rw-r--r-- | fs/splice.c | 2 |
1 files changed, 0 insertions, 2 deletions
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: | |||
1057 | return ret; | 1057 | return ret; |
1058 | } | 1058 | } |
1059 | 1059 | ||
1060 | EXPORT_SYMBOL(do_splice_direct); | ||
1061 | |||
1062 | /* | 1060 | /* |
1063 | * After the inode slimming patch, i_pipe/i_bdev/i_cdev share the same | 1061 | * After the inode slimming patch, i_pipe/i_bdev/i_cdev share the same |
1064 | * location, so checking ->i_pipe is not enough to verify that this is a | 1062 | * location, so checking ->i_pipe is not enough to verify that this is a |