From: Cong Wang <xiyou.wangc...@gmail.com> Date: Tue, 17 May 2016 14:05:49 -0700
> skb_splice_bits() returns int, kcm_splice_read() returns ssize_t, > both are signed. > > We may need another patch to make them all ssize_t, but that > deserves a separated patch. > > Fixes: 91687355b927 ("kcm: Splice support") > Reported-by: David Binderman <linuxdev.baldr...@gmail.com> > Cc: Tom Herbert <t...@herbertland.com> > Signed-off-by: Cong Wang <xiyou.wangc...@gmail.com> Applied.