commit | 497f9625c2bbd6a8525fb2eedb22a382a6a8253c | [log] [tgz] |
---|---|---|
author | Jens Axboe <[email protected]> | Mon Jun 11 12:00:45 2007 +0200 |
committer | Jens Axboe <[email protected]> | Tue Jul 10 08:04:14 2007 +0200 |
tree | 8637f882dbe2eea6a731a6df0317a276bf2cfec3 | |
parent | d6b29d7cee064f28ca097e906de7453541351095 [diff] [blame] |
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 <[email protected]>
diff --git a/include/linux/splice.h b/include/linux/splice.h index f8cc97f..33e447f 100644 --- a/include/linux/splice.h +++ b/include/linux/splice.h
@@ -41,6 +41,7 @@ struct partial_page { unsigned int offset; unsigned int len; + unsigned long private; }; /*