From: Jens Axboe Date: Tue, 12 May 2009 09:11:48 +0000 (+0200) Subject: splice: fix misleading comment X-Git-Tag: upstream/snapshot3+hdmi~18667^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b1ccc0ee918a653d0483fdad9dd6112ce8e9043;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 --- diff --git a/include/linux/splice.h b/include/linux/splice.h index 5f3faa9..18e7c7c 100644 --- a/include/linux/splice.h +++ b/include/linux/splice.h @@ -11,8 +11,7 @@ #include /* - * 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 */