diff options
author | Jens Axboe <axboe@suse.de> | 2006-04-02 17:05:41 -0400 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2006-04-02 17:05:41 -0400 |
commit | b2b39fa478db6db89b7ccafb0649973845b0eb75 (patch) | |
tree | 784d85b94fb634e3b33dfd3f1153c98580cfac15 /include/linux/pipe_fs_i.h | |
parent | 83f9135bddffded9f1716519b6c147bcf046c87e (diff) |
[PATCH] splice: add a SPLICE_F_MORE flag
This lets userspace indicate whether more data will be coming in a
subsequent splice call.
Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'include/linux/pipe_fs_i.h')
-rw-r--r-- | include/linux/pipe_fs_i.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h index 32865004751c..70ae9332ec16 100644 --- a/include/linux/pipe_fs_i.h +++ b/include/linux/pipe_fs_i.h | |||
@@ -62,5 +62,6 @@ void free_pipe_info(struct inode* inode); | |||
62 | #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */ | 62 | #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */ |
63 | /* we may still block on the fd we splice */ | 63 | /* we may still block on the fd we splice */ |
64 | /* from/to, of course */ | 64 | /* from/to, of course */ |
65 | #define SPLICE_F_MORE (0x04) /* expect more data */ | ||
65 | 66 | ||
66 | #endif | 67 | #endif |