Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b1ccc0e authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJens Axboe <jens.axboe@oracle.com>
parent e458824f
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -11,8 +11,7 @@
#include <linux/pipe_fs_i.h>
#include <linux/pipe_fs_i.h>


/*
/*
 * splice is tied to pipes as a transport (at least for now), so we'll just
 * Flags passed in from splice/tee/vmsplice
 * add the splice flags here.
 */
 */
#define SPLICE_F_MOVE	(0x01)	/* move pages instead of copying */
#define SPLICE_F_MOVE	(0x01)	/* move pages instead of copying */
#define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */
#define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */