pipe: allow passing around of ops private pointer
authorJens Axboe <jens.axboe@oracle.com>
Mon, 11 Jun 2007 10:00:45 +0000 (12:00 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:14 +0000 (08:04 +0200)
commit497f9625c2bbd6a8525fb2eedb22a382a6a8253c
tree8637f882dbe2eea6a731a6df0317a276bf2cfec3
parentd6b29d7cee064f28ca097e906de7453541351095
pipe: allow passing around of ops private pointer

relay needs this for proper consumption handling, and the network
receive support needs it as well to lookup the sk_buff on pipe
release.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/splice.c
include/linux/pipe_fs_i.h
include/linux/splice.h