From: Jens Axboe Date: Mon, 1 May 2006 18:02:33 +0000 (+0200) Subject: [PATCH] vmsplice: allow user to pass in gift pages X-Git-Tag: v2.6.17-rc4~63^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7afa6fd037e51e95d322990cb127bb2b1217251a;p=pandora-kernel.git [PATCH] vmsplice: allow user to pass in gift pages If SPLICE_F_GIFT is set, the user is basically giving this pages away to the kernel. That means we can steal them for eg page cache uses instead of copying it. The data must be properly page aligned and also a multiple of the page size in length. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed