From: Eric Dumazet Date: Wed, 4 Apr 2012 09:08:51 +0000 (+0200) Subject: vmsplice: relax alignement requirements for SPLICE_F_GIFT X-Git-Tag: v3.5-rc1~42^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1a68b59c8e3bce45fb76632c64e1e063c3962d;p=pandora-kernel.git vmsplice: relax alignement requirements for SPLICE_F_GIFT It seems there is no fundamental reason to limit vmsplice() SPLICE_F_GIFT to page aligned chunks. All helpers are prepared to cope with offsets in page. This limitation makes vmsplice() API very impractical in the zero-copy land. Signed-off-by: Eric Dumazet Cc: Tom Herbert Cc: Jens Axboe Cc: Andrew Morton Cc: David Miller Cc: Al Viro Cc: Hugh Dickins Cc: Changli Gao Cc: Miklos Szeredi Signed-off-by: Jens Axboe --- Reading git-diff-tree failed