]> git.baikalelectronics.ru Git - kernel.git/commit
splice: divorce the splice structure/function definitions from the pipe header
authorJens Axboe <jens.axboe@oracle.com>
Mon, 4 Jun 2007 07:59:47 +0000 (09:59 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:14 +0000 (08:04 +0200)
commit05f4770a683913ee99aa945ac255714365b6ad08
tree16775787df194cb45b4ac712da1c240f48cae96e
parentbb71930ec881b7f5a09bebc12a5d6f311ba6f177
splice: divorce the splice structure/function definitions from the pipe header

We need to move even more stuff into the header so that folks can use
the splice_to_pipe() implementation instead of open-coding a lot of
pipe knowledge (see relay implementation), so move to our own header
file finally.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/loop.c
drivers/char/mem.c
fs/nfsd/vfs.c
fs/ocfs2/file.c
fs/read_write.c
fs/splice.c
include/linux/pipe_fs_i.h
include/linux/splice.h [new file with mode: 0644]
kernel/relay.c