diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-05-12 11:11:48 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-05-12 11:11:48 +0200 |
commit | 2b1ccc0ee918a653d0483fdad9dd6112ce8e9043 (patch) | |
tree | b640b08b9852955f3399307cbe7d733118c5eca0 /include/linux/splice.h | |
parent | e458824f9d32e9bf7700d1eb0d201749af48eee0 (diff) |
splice: fix misleading comment
Splice is tied to pipes by design, it'll not change. And now that
the splice stuff is in splice.h (and note pipe.h), the rest of the comment
is out-of-date as well.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/splice.h')
-rw-r--r-- | include/linux/splice.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/splice.h b/include/linux/splice.h index 5f3faa9d15ae..18e7c7c0cae6 100644 --- a/include/linux/splice.h +++ b/include/linux/splice.h @@ -11,8 +11,7 @@ #include <linux/pipe_fs_i.h> /* - * splice is tied to pipes as a transport (at least for now), so we'll just - * add the splice flags here. + * Flags passed in from splice/tee/vmsplice */ #define SPLICE_F_MOVE (0x01) /* move pages instead of copying */ #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */ |